Html Css Color HEX #76AD04 Christi

📋 copy color: '#76AD04'

red 118 ◦ green 173 ◦ blue 4

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

Shades of Christi #76AD04

Tints of Christi #76AD04

RGB

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

 GREEN value IS 173 (67.97% from 255) = 58.64%

 BLUE value IS 4 (1.95% from 255) = 1.36%

R = 40%
G = 58.64%
B = 1.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#76AD04 (or 0x76AD04) is known color: Christi. HEX triplet: 76, AD and 04. RGB value is (118,173,4). Sum of RGB (Red+Green+Blue) = 118+173+4=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 173 (67.97% from 255 or 58.64% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AD04 is #8952FB. Grayscale: #898989. Windows color (decimal): -8999676 or 306550. OLE color: 306550.

HSL color Cylindrical-coordinate representation of color #76AD04: hue angle of 79.53º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76AD04 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 173 4 -
CMYK 0.32 0 0.98 0.32
HSL 79.53º 0.95% 0.35% -
HSV(B) 79.53º 0.98% 0.68% -
XYZ 22.44 33.75 5.45 -
YUV 137.29 52.78 114.24 -
System Red Green Blue C M Y K H S L
Decimal 118 173 4 0.32 0 0.98 0.32 79.53 0.95 0.35
Hex 76 AD 4 20 0 62 20 50 5F 23
Octal 166 255 4 40 0 142 40 120 137 43
Binary 1110110 10101101 100 100000 0 1100010 100000 1010000 1011111 100011

Color Harmonies of #76AD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AD04

Black with #76AD04

Text Example


Text Example

White with #76AD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,173,4); }

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

background-color css

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

 a { background-color: rgb(118,173,4); }

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

border-color css

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

 span { border-color: rgb(118,173,4); }

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