Html Css Color HEX #76B416 Christi

📋 copy color: '#76B416'

red 118 ◦ green 180 ◦ blue 22

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

Shades of Christi #76B416

Tints of Christi #76B416

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.25%

 BLUE value IS 22 (8.98% from 255) = 6.88%

R = 36.88%
G = 56.25%
B = 6.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#76B416 (or 0x76B416) is known color: Christi. HEX triplet: 76, B4 and 16. RGB value is (118,180,22). Sum of RGB (Red+Green+Blue) = 118+180+22=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #76B416 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B416 is #894BE9. Grayscale: #909090. Windows color (decimal): -8997866 or 1487990. OLE color: 1487990.

HSL color Cylindrical-coordinate representation of color #76B416: hue angle of 83.54º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76B416 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 180 22 -
CMYK 0.34 0 0.88 0.29
HSL 83.54º 0.78% 0.4% -
HSV(B) 83.54º 0.88% 0.71% -
XYZ 23.94 36.55 6.55 -
YUV 143.45 59.46 109.85 -
System Red Green Blue C M Y K H S L
Decimal 118 180 22 0.34 0 0.88 0.29 83.54 0.78 0.4
Hex 76 B4 16 22 0 58 1D 54 4E 28
Octal 166 264 26 42 0 130 35 124 116 50
Binary 1110110 10110100 10110 100010 0 1011000 11101 1010100 1001110 101000

Color Harmonies of #76B416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B416

Black with #76B416

Text Example


Text Example

White with #76B416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,180,22); }

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

background-color css

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

 a { background-color: rgb(118,180,22); }

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

border-color css

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

 span { border-color: rgb(118,180,22); }

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