Html Css Color HEX #76AF0C Christi

📋 copy color: '#76AF0C'

red 118 ◦ green 175 ◦ blue 12

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

Shades of Christi #76AF0C

Tints of Christi #76AF0C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 57.38%

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

R = 38.69%
G = 57.38%
B = 3.93%

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

#76AF0C (or 0x76AF0C) is known color: Christi. HEX triplet: 76, AF and 0C. RGB value is (118,175,12). Sum of RGB (Red+Green+Blue) = 118+175+12=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AF0C is #8950F3. Grayscale: #8B8B8B. Windows color (decimal): -8999156 or 831350. OLE color: 831350.

HSL color Cylindrical-coordinate representation of color #76AF0C: hue angle of 80.98º 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 #76AF0C is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 175 12 -
CMYK 0.33 0 0.93 0.31
HSL 80.98º 0.87% 0.37% -
HSV(B) 80.98º 0.93% 0.69% -
XYZ 22.87 34.54 5.81 -
YUV 139.38 56.12 112.75 -
System Red Green Blue C M Y K H S L
Decimal 118 175 12 0.33 0 0.93 0.31 80.98 0.87 0.37
Hex 76 AF C 21 0 5D 1F 51 57 25
Octal 166 257 14 41 0 135 37 121 127 45
Binary 1110110 10101111 1100 100001 0 1011101 11111 1010001 1010111 100101

Color Harmonies of #76AF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AF0C

Black with #76AF0C

Text Example


Text Example

White with #76AF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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