Html Css Color HEX #76AD05 Christi

📋 copy color: '#76AD05'

red 118 ◦ green 173 ◦ blue 5

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

Shades of Christi #76AD05

Tints of Christi #76AD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.69%

R = 39.86%
G = 58.45%
B = 1.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#76AD05 (or 0x76AD05) is known color: Christi. HEX triplet: 76, AD and 05. RGB value is (118,173,5). Sum of RGB (Red+Green+Blue) = 118+173+5=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 173 (67.97% from 255 or 58.45% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AD05 is #8952FA. Grayscale: #8A8A8A. Windows color (decimal): -8999675 or 372086. OLE color: 372086.

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

Color convert

RGB 118 173 5 -
CMYK 0.32 0 0.97 0.32
HSL 79.64º 0.94% 0.35% -
HSV(B) 79.64º 0.97% 0.68% -
XYZ 22.44 33.75 5.48 -
YUV 137.4 53.28 114.16 -
System Red Green Blue C M Y K H S L
Decimal 118 173 5 0.32 0 0.97 0.32 79.64 0.94 0.35
Hex 76 AD 5 20 0 61 20 50 5E 23
Octal 166 255 5 40 0 141 40 120 136 43
Binary 1110110 10101101 101 100000 0 1100001 100000 1010000 1011110 100011

Color Harmonies of #76AD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AD05

Black with #76AD05

Text Example


Text Example

White with #76AD05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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