Html Css Color HEX #76B00C Christi

📋 copy color: '#76B00C'

red 118 ◦ green 176 ◦ blue 12

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

Shades of Christi #76B00C

Tints of Christi #76B00C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 57.52%

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

R = 38.56%
G = 57.52%
B = 3.92%

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

#76B00C (or 0x76B00C) is known color: Christi. HEX triplet: 76, B0 and 0C. RGB value is (118,176,12). Sum of RGB (Red+Green+Blue) = 118+176+12=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 176 (69.14% from 255 or 57.52% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 176 - color contains mainly: green. Hex color #76B00C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76B00C is #894FF3. Grayscale: #8C8C8C. Windows color (decimal): -8998900 or 831606. OLE color: 831606.

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

Color convert

RGB 118 176 12 -
CMYK 0.33 0 0.93 0.31
HSL 81.22º 0.87% 0.37% -
HSV(B) 81.22º 0.93% 0.69% -
XYZ 23.06 34.93 5.87 -
YUV 139.96 55.78 112.34 -
System Red Green Blue C M Y K H S L
Decimal 118 176 12 0.33 0 0.93 0.31 81.22 0.87 0.37
Hex 76 B0 C 21 0 5D 1F 51 57 25
Octal 166 260 14 41 0 135 37 121 127 45
Binary 1110110 10110000 1100 100001 0 1011101 11111 1010001 1010111 100101

Color Harmonies of #76B00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B00C

Black with #76B00C

Text Example


Text Example

White with #76B00C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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