Html Css Color HEX #76BA14 Christi

📋 copy color: '#76BA14'

red 118 ◦ green 186 ◦ blue 20

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

Shades of Christi #76BA14

Tints of Christi #76BA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.41%

 BLUE value IS 20 (8.2% from 255) = 6.17%

R = 36.42%
G = 57.41%
B = 6.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#76BA14 (or 0x76BA14) is known color: Christi. HEX triplet: 76, BA and 14. RGB value is (118,186,20). Sum of RGB (Red+Green+Blue) = 118+186+20=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BA14 is #8945EB. Grayscale: #939393. Windows color (decimal): -8996332 or 1358454. OLE color: 1358454.

HSL color Cylindrical-coordinate representation of color #76BA14: hue angle of 84.58º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76BA14 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 186 20 -
CMYK 0.37 0 0.89 0.27
HSL 84.58º 0.81% 0.4% -
HSV(B) 84.58º 0.89% 0.73% -
XYZ 25.16 39.02 6.87 -
YUV 146.74 56.47 107.5 -
System Red Green Blue C M Y K H S L
Decimal 118 186 20 0.37 0 0.89 0.27 84.58 0.81 0.4
Hex 76 BA 14 25 0 59 1B 55 51 28
Octal 166 272 24 45 0 131 33 125 121 50
Binary 1110110 10111010 10100 100101 0 1011001 11011 1010101 1010001 101000

Color Harmonies of #76BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BA14

Black with #76BA14

Text Example


Text Example

White with #76BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,186,20); }

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

background-color css

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

 a { background-color: rgb(118,186,20); }

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

border-color css

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

 span { border-color: rgb(118,186,20); }

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