Html Css Color HEX #76B10C Christi

📋 copy color: '#76B10C'

red 118 ◦ green 177 ◦ blue 12

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

Shades of Christi #76B10C

Tints of Christi #76B10C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 57.65%

 BLUE value IS 12 (5.08% from 255) = 3.91%

R = 38.44%
G = 57.65%
B = 3.91%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#76B10C (or 0x76B10C) is known color: Christi. HEX triplet: 76, B1 and 0C. RGB value is (118,177,12). Sum of RGB (Red+Green+Blue) = 118+177+12=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 177 (69.53% from 255 or 57.65% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 177 - color contains mainly: green. Hex color #76B10C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76B10C is #894EF3. Grayscale: #8D8D8D. Windows color (decimal): -8998644 or 831862. OLE color: 831862.

HSL color Cylindrical-coordinate representation of color #76B10C: hue angle of 81.45º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76B10C is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 177 12 -
CMYK 0.33 0 0.93 0.31
HSL 81.45º 0.87% 0.37% -
HSV(B) 81.45º 0.93% 0.69% -
XYZ 23.26 35.32 5.94 -
YUV 140.55 55.45 111.92 -
System Red Green Blue C M Y K H S L
Decimal 118 177 12 0.33 0 0.93 0.31 81.45 0.87 0.37
Hex 76 B1 C 21 0 5D 1F 51 57 25
Octal 166 261 14 41 0 135 37 121 127 45
Binary 1110110 10110001 1100 100001 0 1011101 11111 1010001 1010111 100101

Color Harmonies of #76B10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B10C

Black with #76B10C

Text Example


Text Example

White with #76B10C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,177,12); }

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

background-color css

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

 a { background-color: rgb(118,177,12); }

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

border-color css

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

 span { border-color: rgb(118,177,12); }

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