Html Css Color HEX #76C106 Christi

📋 copy color: '#76C106'

red 118 ◦ green 193 ◦ blue 6

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

Shades of Christi #76C106

Tints of Christi #76C106

RGB

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

 GREEN value IS 193 (75.78% from 255) = 60.88%

 BLUE value IS 6 (2.73% from 255) = 1.89%

R = 37.22%
G = 60.88%
B = 1.89%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#76C106 (or 0x76C106) is known color: Christi. HEX triplet: 76, C1 and 06. RGB value is (118,193,6). Sum of RGB (Red+Green+Blue) = 118+193+6=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 193 (75.78% from 255 or 60.88% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 193 - color contains mainly: green. Hex color #76C106 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C106 is #893EF9. Grayscale: #959595. Windows color (decimal): -8994554 or 442742. OLE color: 442742.

HSL color Cylindrical-coordinate representation of color #76C106: hue angle of 84.06º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76C106 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 193 6 -
CMYK 0.39 0 0.97 0.24
HSL 84.06º 0.94% 0.39% -
HSV(B) 84.06º 0.97% 0.76% -
XYZ 26.57 42 6.88 -
YUV 149.26 47.15 105.71 -
System Red Green Blue C M Y K H S L
Decimal 118 193 6 0.39 0 0.97 0.24 84.06 0.94 0.39
Hex 76 C1 6 27 0 61 18 54 5E 27
Octal 166 301 6 47 0 141 30 124 136 47
Binary 1110110 11000001 110 100111 0 1100001 11000 1010100 1011110 100111

Color Harmonies of #76C106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C106

Black with #76C106

Text Example


Text Example

White with #76C106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,193,6); }

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

background-color css

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

 a { background-color: rgb(118,193,6); }

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

border-color css

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

 span { border-color: rgb(118,193,6); }

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