Html Css Color HEX #76B40F Christi

📋 copy color: '#76B40F'

red 118 ◦ green 180 ◦ blue 15

#76B40F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #76B40F

Tints of Christi #76B40F

RGB

 RED value IS 118 (46.48% from 255) = 37.7%

 GREEN value IS 180 (70.7% from 255) = 57.51%

 BLUE value IS 15 (6.25% from 255) = 4.79%

R = 37.7%
G = 57.51%
B = 4.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#76B40F (or 0x76B40F) is known color: Christi. HEX triplet: 76, B4 and 0F. RGB value is (118,180,15). Sum of RGB (Red+Green+Blue) = 118+180+15=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 180 (70.70% from 255 or 57.51% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 180 - color contains mainly: green. Hex color #76B40F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B40F is #894BF0. Grayscale: #8F8F8F. Windows color (decimal): -8997873 or 1029238. OLE color: 1029238.

HSL color Cylindrical-coordinate representation of color #76B40F: hue angle of 82.55º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76B40F is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 180 15 -
CMYK 0.34 0 0.92 0.29
HSL 82.55º 0.85% 0.38% -
HSV(B) 82.55º 0.92% 0.71% -
XYZ 23.88 36.53 6.24 -
YUV 142.65 55.96 110.42 -
System Red Green Blue C M Y K H S L
Decimal 118 180 15 0.34 0 0.92 0.29 82.55 0.85 0.38
Hex 76 B4 F 22 0 5C 1D 53 55 26
Octal 166 264 17 42 0 134 35 123 125 46
Binary 1110110 10110100 1111 100010 0 1011100 11101 1010011 1010101 100110

Color Harmonies of #76B40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B40F

Black with #76B40F

Text Example


Text Example

White with #76B40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76B40F; }

 p { color: rgb(118,180,15); }

 H1.HeaderClassName
 {
   color: #76B40F;
 }
 .AnyTagClassName
 {
   color: #76B40F;
 }
</style>

background-color css

<style>
 a { background-color: #76B40F; }

 a { background-color: rgb(118,180,15); }

 div.DivClassName
 {
   background-color: #76B40F;
 }
 .BgClassName
 {
   background-color: #76B40F;
 }
</style>

border-color css

<style>
 span { border-color: #76B40F; }

 span { border-color: rgb(118,180,15); }

 td.TdClassName
 {
   border-color: #76B40F;
 }
 .TagClassName
 {
   border-color: #76B40F;
 }
</style>