Html Css Color HEX #76A810 Christi

📋 copy color: '#76A810'

red 118 ◦ green 168 ◦ blue 16

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

Shades of Christi #76A810

Tints of Christi #76A810

RGB

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

 GREEN value IS 168 (66.02% from 255) = 55.63%

 BLUE value IS 16 (6.64% from 255) = 5.3%

R = 39.07%
G = 55.63%
B = 5.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#76A810 (or 0x76A810) is known color: Christi. HEX triplet: 76, A8 and 10. RGB value is (118,168,16). Sum of RGB (Red+Green+Blue) = 118+168+16=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 168 (66.02% from 255 or 55.63% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 168 - color contains mainly: green. Hex color #76A810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A810 is #8957EF. Grayscale: #888888. Windows color (decimal): -9000944 or 1091702. OLE color: 1091702.

HSL color Cylindrical-coordinate representation of color #76A810: hue angle of 79.74º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76A810 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 118 168 16 -
CMYK 0.30 0 0.90 0.34
HSL 79.74º 0.83% 0.36% -
HSV(B) 79.74º 0.9% 0.66% -
XYZ 21.57 31.89 5.51 -
YUV 135.72 60.44 115.36 -
System Red Green Blue C M Y K H S L
Decimal 118 168 16 0.30 0 0.90 0.34 79.74 0.83 0.36
Hex 76 A8 10 1E 0 5A 22 50 53 24
Octal 166 250 20 36 0 132 42 120 123 44
Binary 1110110 10101000 10000 11110 0 1011010 100010 1010000 1010011 100100

Color Harmonies of #76A810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A810

Black with #76A810

Text Example


Text Example

White with #76A810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,168,16); }

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

background-color css

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

 a { background-color: rgb(118,168,16); }

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

border-color css

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

 span { border-color: rgb(118,168,16); }

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