Html Css Color HEX #76B808 Christi

📋 copy color: '#76B808'

red 118 ◦ green 184 ◦ blue 8

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

Shades of Christi #76B808

Tints of Christi #76B808

RGB

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

 GREEN value IS 184 (72.27% from 255) = 59.35%

 BLUE value IS 8 (3.52% from 255) = 2.58%

R = 38.06%
G = 59.35%
B = 2.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#76B808 (or 0x76B808) is known color: Christi. HEX triplet: 76, B8 and 08. RGB value is (118,184,8). Sum of RGB (Red+Green+Blue) = 118+184+8=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 184 (72.27% from 255 or 59.35% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 184 - color contains mainly: green. Hex color #76B808 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B808 is #8947F7. Grayscale: #909090. Windows color (decimal): -8996856 or 571510. OLE color: 571510.

HSL color Cylindrical-coordinate representation of color #76B808: hue angle of 82.5º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76B808 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 118 184 8 -
CMYK 0.36 0 0.96 0.28
HSL 82.5º 0.92% 0.38% -
HSV(B) 82.5º 0.96% 0.72% -
XYZ 24.66 38.15 6.29 -
YUV 144.2 51.13 109.31 -
System Red Green Blue C M Y K H S L
Decimal 118 184 8 0.36 0 0.96 0.28 82.5 0.92 0.38
Hex 76 B8 8 24 0 60 1C 52 5C 26
Octal 166 270 10 44 0 140 34 122 134 46
Binary 1110110 10111000 1000 100100 0 1100000 11100 1010010 1011100 100110

Color Harmonies of #76B808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B808

Black with #76B808

Text Example


Text Example

White with #76B808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,184,8); }

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

background-color css

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

 a { background-color: rgb(118,184,8); }

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

border-color css

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

 span { border-color: rgb(118,184,8); }

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