Html Css Color HEX #76AD12 Christi

📋 copy color: '#76AD12'

red 118 ◦ green 173 ◦ blue 18

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

Shades of Christi #76AD12

Tints of Christi #76AD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.83%

R = 38.19%
G = 55.99%
B = 5.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#76AD12 (or 0x76AD12) is known color: Christi. HEX triplet: 76, AD and 12. RGB value is (118,173,18). Sum of RGB (Red+Green+Blue) = 118+173+18=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 173 (67.97% from 255 or 55.99% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AD12 is #8952ED. Grayscale: #8B8B8B. Windows color (decimal): -8999662 or 1224054. OLE color: 1224054.

HSL color Cylindrical-coordinate representation of color #76AD12: hue angle of 81.29º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76AD12 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 173 18 -
CMYK 0.32 0 0.90 0.32
HSL 81.29º 0.81% 0.37% -
HSV(B) 81.29º 0.9% 0.68% -
XYZ 22.52 33.78 5.91 -
YUV 138.89 59.78 113.1 -
System Red Green Blue C M Y K H S L
Decimal 118 173 18 0.32 0 0.90 0.32 81.29 0.81 0.37
Hex 76 AD 12 20 0 5A 20 51 51 25
Octal 166 255 22 40 0 132 40 121 121 45
Binary 1110110 10101101 10010 100000 0 1011010 100000 1010001 1010001 100101

Color Harmonies of #76AD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AD12

Black with #76AD12

Text Example


Text Example

White with #76AD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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