Html Css Color HEX #76A714 Christi

📋 copy color: '#76A714'

red 118 ◦ green 167 ◦ blue 20

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

Shades of Christi #76A714

Tints of Christi #76A714

RGB

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

 GREEN value IS 167 (65.63% from 255) = 54.75%

 BLUE value IS 20 (8.2% from 255) = 6.56%

R = 38.69%
G = 54.75%
B = 6.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#76A714 (or 0x76A714) is known color: Christi. HEX triplet: 76, A7 and 14. RGB value is (118,167,20). Sum of RGB (Red+Green+Blue) = 118+167+20=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 167 (65.62% from 255 or 54.75% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 167 - color contains mainly: green. Hex color #76A714 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A714 is #8958EB. Grayscale: #888888. Windows color (decimal): -9001196 or 1353590. OLE color: 1353590.

HSL color Cylindrical-coordinate representation of color #76A714: hue angle of 80º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76A714 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 167 20 -
CMYK 0.29 0 0.88 0.35
HSL 80º 0.79% 0.37% -
HSV(B) 80º 0.88% 0.65% -
XYZ 21.42 31.54 5.62 -
YUV 135.59 62.77 115.45 -
System Red Green Blue C M Y K H S L
Decimal 118 167 20 0.29 0 0.88 0.35 80 0.79 0.37
Hex 76 A7 14 1D 0 58 23 50 4F 25
Octal 166 247 24 35 0 130 43 120 117 45
Binary 1110110 10100111 10100 11101 0 1011000 100011 1010000 1001111 100101

Color Harmonies of #76A714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A714

Black with #76A714

Text Example


Text Example

White with #76A714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,167,20); }

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

background-color css

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

 a { background-color: rgb(118,167,20); }

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

border-color css

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

 span { border-color: rgb(118,167,20); }

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