Html Css Color HEX #76B602 Christi

📋 copy color: '#76B602'

red 118 ◦ green 182 ◦ blue 2

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

Shades of Christi #76B602

Tints of Christi #76B602

RGB

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

 GREEN value IS 182 (71.48% from 255) = 60.26%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 39.07%
G = 60.26%
B = 0.66%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#76B602 (or 0x76B602) is known color: Christi. HEX triplet: 76, B6 and 02. RGB value is (118,182,2). Sum of RGB (Red+Green+Blue) = 118+182+2=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 182 (71.48% from 255 or 60.26% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 182 - color contains mainly: green. Hex color #76B602 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B602 is #8949FD. Grayscale: #8F8F8F. Windows color (decimal): -8997374 or 177782. OLE color: 177782.

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

Color convert

RGB 118 182 2 -
CMYK 0.35 0 0.99 0.29
HSL 81.33º 0.98% 0.36% -
HSV(B) 81.33º 0.99% 0.71% -
XYZ 24.21 37.31 5.98 -
YUV 142.34 48.8 110.64 -
System Red Green Blue C M Y K H S L
Decimal 118 182 2 0.35 0 0.99 0.29 81.33 0.98 0.36
Hex 76 B6 2 23 0 63 1D 51 62 24
Octal 166 266 2 43 0 143 35 121 142 44
Binary 1110110 10110110 10 100011 0 1100011 11101 1010001 1100010 100100

Color Harmonies of #76B602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B602

Black with #76B602

Text Example


Text Example

White with #76B602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,182,2); }

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

background-color css

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

 a { background-color: rgb(118,182,2); }

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

border-color css

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

 span { border-color: rgb(118,182,2); }

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