Html Css Color HEX #76AE15 Christi

📋 copy color: '#76AE15'

red 118 ◦ green 174 ◦ blue 21

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

Shades of Christi #76AE15

Tints of Christi #76AE15

RGB

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

 GREEN value IS 174 (68.36% from 255) = 55.59%

 BLUE value IS 21 (8.59% from 255) = 6.71%

R = 37.7%
G = 55.59%
B = 6.71%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#76AE15 (or 0x76AE15) is known color: Christi. HEX triplet: 76, AE and 15. RGB value is (118,174,21). Sum of RGB (Red+Green+Blue) = 118+174+21=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 174 (68.36% from 255 or 55.59% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AE15 is #8951EA. Grayscale: #8C8C8C. Windows color (decimal): -8999403 or 1420918. OLE color: 1420918.

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

Color convert

RGB 118 174 21 -
CMYK 0.32 0 0.88 0.32
HSL 81.96º 0.78% 0.38% -
HSV(B) 81.96º 0.88% 0.68% -
XYZ 22.74 34.18 6.11 -
YUV 139.81 60.95 112.44 -
System Red Green Blue C M Y K H S L
Decimal 118 174 21 0.32 0 0.88 0.32 81.96 0.78 0.38
Hex 76 AE 15 20 0 58 20 52 4E 26
Octal 166 256 25 40 0 130 40 122 116 46
Binary 1110110 10101110 10101 100000 0 1011000 100000 1010010 1001110 100110

Color Harmonies of #76AE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AE15

Black with #76AE15

Text Example


Text Example

White with #76AE15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,174,21); }

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

background-color css

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

 a { background-color: rgb(118,174,21); }

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

border-color css

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

 span { border-color: rgb(118,174,21); }

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