Html Css Color HEX #76BA11 Christi

📋 copy color: '#76BA11'

red 118 ◦ green 186 ◦ blue 17

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

Shades of Christi #76BA11

Tints of Christi #76BA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.3%

R = 36.76%
G = 57.94%
B = 5.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#76BA11 (or 0x76BA11) is known color: Christi. HEX triplet: 76, BA and 11. RGB value is (118,186,17). Sum of RGB (Red+Green+Blue) = 118+186+17=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BA11 is #8945EE. Grayscale: #939393. Windows color (decimal): -8996335 or 1161846. OLE color: 1161846.

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

Color convert

RGB 118 186 17 -
CMYK 0.37 0 0.91 0.27
HSL 84.14º 0.83% 0.4% -
HSV(B) 84.14º 0.91% 0.73% -
XYZ 25.13 39.01 6.74 -
YUV 146.4 54.97 107.74 -
System Red Green Blue C M Y K H S L
Decimal 118 186 17 0.37 0 0.91 0.27 84.14 0.83 0.4
Hex 76 BA 11 25 0 5B 1B 54 53 28
Octal 166 272 21 45 0 133 33 124 123 50
Binary 1110110 10111010 10001 100101 0 1011011 11011 1010100 1010011 101000

Color Harmonies of #76BA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BA11

Black with #76BA11

Text Example


Text Example

White with #76BA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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