Html Css Color HEX #76B310 Christi

📋 copy color: '#76B310'

red 118 ◦ green 179 ◦ blue 16

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

Shades of Christi #76B310

Tints of Christi #76B310

RGB

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

 GREEN value IS 179 (70.31% from 255) = 57.19%

 BLUE value IS 16 (6.64% from 255) = 5.11%

R = 37.7%
G = 57.19%
B = 5.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#76B310 (or 0x76B310) is known color: Christi. HEX triplet: 76, B3 and 10. RGB value is (118,179,16). Sum of RGB (Red+Green+Blue) = 118+179+16=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 179 (70.31% from 255 or 57.19% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 179 - color contains mainly: green. Hex color #76B310 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B310 is #894CEF. Grayscale: #8E8E8E. Windows color (decimal): -8998128 or 1094518. OLE color: 1094518.

HSL color Cylindrical-coordinate representation of color #76B310: hue angle of 82.45º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76B310 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 179 16 -
CMYK 0.34 0 0.91 0.30
HSL 82.45º 0.84% 0.38% -
HSV(B) 82.45º 0.91% 0.7% -
XYZ 23.68 36.13 6.22 -
YUV 142.18 56.79 110.75 -
System Red Green Blue C M Y K H S L
Decimal 118 179 16 0.34 0 0.91 0.30 82.45 0.84 0.38
Hex 76 B3 10 22 0 5B 1E 52 54 26
Octal 166 263 20 42 0 133 36 122 124 46
Binary 1110110 10110011 10000 100010 0 1011011 11110 1010010 1010100 100110

Color Harmonies of #76B310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B310

Black with #76B310

Text Example


Text Example

White with #76B310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,179,16); }

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

background-color css

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

 a { background-color: rgb(118,179,16); }

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

border-color css

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

 span { border-color: rgb(118,179,16); }

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