Html Css Color HEX #76BC13 Christi

📋 copy color: '#76BC13'

red 118 ◦ green 188 ◦ blue 19

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

Shades of Christi #76BC13

Tints of Christi #76BC13

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.85%

 BLUE value IS 19 (7.81% from 255) = 5.85%

R = 36.31%
G = 57.85%
B = 5.85%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#76BC13 (or 0x76BC13) is known color: Christi. HEX triplet: 76, BC and 13. RGB value is (118,188,19). Sum of RGB (Red+Green+Blue) = 118+188+19=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BC13 is #8943EC. Grayscale: #949494. Windows color (decimal): -8995821 or 1293430. OLE color: 1293430.

HSL color Cylindrical-coordinate representation of color #76BC13: hue angle of 84.85º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76BC13 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 188 19 -
CMYK 0.37 0 0.90 0.26
HSL 84.85º 0.82% 0.41% -
HSV(B) 84.85º 0.9% 0.74% -
XYZ 25.57 39.87 6.96 -
YUV 147.8 55.31 106.74 -
System Red Green Blue C M Y K H S L
Decimal 118 188 19 0.37 0 0.90 0.26 84.85 0.82 0.41
Hex 76 BC 13 25 0 5A 1A 55 52 29
Octal 166 274 23 45 0 132 32 125 122 51
Binary 1110110 10111100 10011 100101 0 1011010 11010 1010101 1010010 101001

Color Harmonies of #76BC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BC13

Black with #76BC13

Text Example


Text Example

White with #76BC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,188,19); }

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

background-color css

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

 a { background-color: rgb(118,188,19); }

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

border-color css

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

 span { border-color: rgb(118,188,19); }

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