Html Css Color HEX #76990B Christi

📋 copy color: '#76990B'

red 118 ◦ green 153 ◦ blue 11

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

Shades of Christi #76990B

Tints of Christi #76990B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.26%

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

R = 41.84%
G = 54.26%
B = 3.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#76990B (or 0x76990B) is known color: Christi. HEX triplet: 76, 99 and 0B. RGB value is (118,153,11). Sum of RGB (Red+Green+Blue) = 118+153+11=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #76990B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76990B is #8966F4. Grayscale: #7E7E7E. Windows color (decimal): -9004789 or 760182. OLE color: 760182.

HSL color Cylindrical-coordinate representation of color #76990B: hue angle of 74.79º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76990B is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 11 -
CMYK 0.23 0 0.93 0.4
HSL 74.79º 0.87% 0.32% -
HSV(B) 74.79º 0.93% 0.6% -
XYZ 18.92 26.66 4.46 -
YUV 126.35 62.9 122.05 -
System Red Green Blue C M Y K H S L
Decimal 118 153 11 0.23 0 0.93 0.4 74.79 0.87 0.32
Hex 76 99 B 17 0 5D 28 4B 57 20
Octal 166 231 13 27 0 135 50 113 127 40
Binary 1110110 10011001 1011 10111 0 1011101 101000 1001011 1010111 100000

Color Harmonies of #76990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76990B

Black with #76990B

Text Example


Text Example

White with #76990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76990B; }

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

 H1.HeaderClassName
 {
   color: #76990B;
 }
 .AnyTagClassName
 {
   color: #76990B;
 }
</style>

background-color css

<style>
 a { background-color: #76990B; }

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

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

border-color css

<style>
 span { border-color: #76990B; }

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

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