Html Css Color HEX #76A713 Christi

📋 copy color: '#76A713'

red 118 ◦ green 167 ◦ blue 19

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

Shades of Christi #76A713

Tints of Christi #76A713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.25%

R = 38.82%
G = 54.93%
B = 6.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#76A713 (or 0x76A713) is known color: Christi. HEX triplet: 76, A7 and 13. RGB value is (118,167,19). Sum of RGB (Red+Green+Blue) = 118+167+19=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 167 (65.62% from 255 or 54.93% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 167 - color contains mainly: green. Hex color #76A713 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A713 is #8958EC. Grayscale: #888888. Windows color (decimal): -9001197 or 1288054. OLE color: 1288054.

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

Color convert

RGB 118 167 19 -
CMYK 0.29 0 0.89 0.35
HSL 79.86º 0.8% 0.36% -
HSV(B) 79.86º 0.89% 0.65% -
XYZ 21.41 31.54 5.57 -
YUV 135.48 62.27 115.53 -
System Red Green Blue C M Y K H S L
Decimal 118 167 19 0.29 0 0.89 0.35 79.86 0.8 0.36
Hex 76 A7 13 1D 0 59 23 50 50 24
Octal 166 247 23 35 0 131 43 120 120 44
Binary 1110110 10100111 10011 11101 0 1011001 100011 1010000 1010000 100100

Color Harmonies of #76A713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A713

Black with #76A713

Text Example


Text Example

White with #76A713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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