Html Css Color HEX #76A202 Christi

📋 copy color: '#76A202'

red 118 ◦ green 162 ◦ blue 2

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

Shades of Christi #76A202

Tints of Christi #76A202

RGB

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

 GREEN value IS 162 (63.67% from 255) = 57.45%

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

R = 41.84%
G = 57.45%
B = 0.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#76A202 (or 0x76A202) is known color: Christi. HEX triplet: 76, A2 and 02. RGB value is (118,162,2). Sum of RGB (Red+Green+Blue) = 118+162+2=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 162 (63.67% from 255 or 57.45% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 162 - color contains mainly: green. Hex color #76A202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A202 is #895DFD. Grayscale: #838383. Windows color (decimal): -9002494 or 172662. OLE color: 172662.

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

Color convert

RGB 118 162 2 -
CMYK 0.27 0 0.99 0.36
HSL 76.5º 0.98% 0.32% -
HSV(B) 76.5º 0.99% 0.64% -
XYZ 20.4 29.7 4.71 -
YUV 130.6 55.42 119.01 -
System Red Green Blue C M Y K H S L
Decimal 118 162 2 0.27 0 0.99 0.36 76.5 0.98 0.32
Hex 76 A2 2 1B 0 63 24 4C 62 20
Octal 166 242 2 33 0 143 44 114 142 40
Binary 1110110 10100010 10 11011 0 1100011 100100 1001100 1100010 100000

Color Harmonies of #76A202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A202

Black with #76A202

Text Example


Text Example

White with #76A202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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