Html Css Color HEX #76C90B Christi

📋 copy color: '#76C90B'

red 118 ◦ green 201 ◦ blue 11

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

Shades of Christi #76C90B

Tints of Christi #76C90B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 60.91%

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

R = 35.76%
G = 60.91%
B = 3.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#76C90B (or 0x76C90B) is known color: Christi. HEX triplet: 76, C9 and 0B. RGB value is (118,201,11). Sum of RGB (Red+Green+Blue) = 118+201+11=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 201 (78.91% from 255 or 60.91% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 201 - color contains mainly: green. Hex color #76C90B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C90B is #8936F4. Grayscale: #9B9B9B. Windows color (decimal): -8992501 or 772470. OLE color: 772470.

HSL color Cylindrical-coordinate representation of color #76C90B: hue angle of 86.21º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76C90B is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 201 11 -
CMYK 0.41 0 0.95 0.21
HSL 86.21º 0.9% 0.42% -
HSV(B) 86.21º 0.95% 0.79% -
XYZ 28.42 45.65 7.63 -
YUV 154.52 47 101.95 -
System Red Green Blue C M Y K H S L
Decimal 118 201 11 0.41 0 0.95 0.21 86.21 0.9 0.42
Hex 76 C9 B 29 0 5F 15 56 5A 2A
Octal 166 311 13 51 0 137 25 126 132 52
Binary 1110110 11001001 1011 101001 0 1011111 10101 1010110 1011010 101010

Color Harmonies of #76C90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C90B

Black with #76C90B

Text Example


Text Example

White with #76C90B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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