Html Css Color HEX #76A002 Christi

📋 copy color: '#76A002'

red 118 ◦ green 160 ◦ blue 2

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

Shades of Christi #76A002

Tints of Christi #76A002

RGB

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

 GREEN value IS 160 (62.89% from 255) = 57.14%

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

R = 42.14%
G = 57.14%
B = 0.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#76A002 (or 0x76A002) is known color: Christi. HEX triplet: 76, A0 and 02. RGB value is (118,160,2). Sum of RGB (Red+Green+Blue) = 118+160+2=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 160 (62.89% from 255 or 57.14% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 160 - color contains mainly: green. Hex color #76A002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A002 is #895FFD. Grayscale: #828282. Windows color (decimal): -9003006 or 172150. OLE color: 172150.

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

Color convert

RGB 118 160 2 -
CMYK 0.26 0 0.99 0.37
HSL 75.95º 0.98% 0.32% -
HSV(B) 75.95º 0.99% 0.63% -
XYZ 20.05 29 4.6 -
YUV 129.43 56.09 119.85 -
System Red Green Blue C M Y K H S L
Decimal 118 160 2 0.26 0 0.99 0.37 75.95 0.98 0.32
Hex 76 A0 2 1A 0 63 25 4C 62 20
Octal 166 240 2 32 0 143 45 114 142 40
Binary 1110110 10100000 10 11010 0 1100011 100101 1001100 1100010 100000

Color Harmonies of #76A002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A002

Black with #76A002

Text Example


Text Example

White with #76A002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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