Html Css Color HEX #76C70B Christi

📋 copy color: '#76C70B'

red 118 ◦ green 199 ◦ blue 11

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

Shades of Christi #76C70B

Tints of Christi #76C70B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 60.67%

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

R = 35.98%
G = 60.67%
B = 3.35%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#76C70B (or 0x76C70B) is known color: Christi. HEX triplet: 76, C7 and 0B. RGB value is (118,199,11). Sum of RGB (Red+Green+Blue) = 118+199+11=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 199 (78.12% from 255 or 60.67% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 199 - color contains mainly: green. Hex color #76C70B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C70B is #8938F4. Grayscale: #9A9A9A. Windows color (decimal): -8993013 or 771958. OLE color: 771958.

HSL color Cylindrical-coordinate representation of color #76C70B: hue angle of 85.85º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76C70B is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 199 11 -
CMYK 0.41 0 0.94 0.22
HSL 85.85º 0.9% 0.41% -
HSV(B) 85.85º 0.94% 0.78% -
XYZ 27.96 44.72 7.48 -
YUV 153.35 47.66 102.79 -
System Red Green Blue C M Y K H S L
Decimal 118 199 11 0.41 0 0.94 0.22 85.85 0.9 0.41
Hex 76 C7 B 29 0 5E 16 56 5A 29
Octal 166 307 13 51 0 136 26 126 132 51
Binary 1110110 11000111 1011 101001 0 1011110 10110 1010110 1011010 101001

Color Harmonies of #76C70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C70B

Black with #76C70B

Text Example


Text Example

White with #76C70B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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