Html Css Color HEX #76B10B Christi

📋 copy color: '#76B10B'

red 118 ◦ green 177 ◦ blue 11

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

Shades of Christi #76B10B

Tints of Christi #76B10B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 57.84%

 BLUE value IS 11 (4.69% from 255) = 3.59%

R = 38.56%
G = 57.84%
B = 3.59%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#76B10B (or 0x76B10B) is known color: Christi. HEX triplet: 76, B1 and 0B. RGB value is (118,177,11). Sum of RGB (Red+Green+Blue) = 118+177+11=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 177 (69.53% from 255 or 57.84% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 177 - color contains mainly: green. Hex color #76B10B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76B10B is #894EF4. Grayscale: #8D8D8D. Windows color (decimal): -8998645 or 766326. OLE color: 766326.

HSL color Cylindrical-coordinate representation of color #76B10B: hue angle of 81.33º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76B10B is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 177 11 -
CMYK 0.33 0 0.94 0.31
HSL 81.33º 0.88% 0.37% -
HSV(B) 81.33º 0.94% 0.69% -
XYZ 23.25 35.32 5.91 -
YUV 140.44 54.95 112 -
System Red Green Blue C M Y K H S L
Decimal 118 177 11 0.33 0 0.94 0.31 81.33 0.88 0.37
Hex 76 B1 B 21 0 5E 1F 51 58 25
Octal 166 261 13 41 0 136 37 121 130 45
Binary 1110110 10110001 1011 100001 0 1011110 11111 1010001 1011000 100101

Color Harmonies of #76B10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B10B

Black with #76B10B

Text Example


Text Example

White with #76B10B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,177,11); }

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

background-color css

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

 a { background-color: rgb(118,177,11); }

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

border-color css

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

 span { border-color: rgb(118,177,11); }

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