Html Css Color HEX #77900B Olive

📋 copy color: '#77900B'

red 119 ◦ green 144 ◦ blue 11

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

Shades of Olive #77900B

Tints of Olive #77900B

RGB

 RED value IS 119 (46.88% from 255) = 43.43%

 GREEN value IS 144 (56.64% from 255) = 52.55%

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

R = 43.43%
G = 52.55%
B = 4.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#77900B (or 0x77900B) is known color: Olive. HEX triplet: 77, 90 and 0B. RGB value is (119,144,11). Sum of RGB (Red+Green+Blue) = 119+144+11=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #77900B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77900B is #886FF4. Grayscale: #797979. Windows color (decimal): -8941557 or 757879. OLE color: 757879.

HSL color Cylindrical-coordinate representation of color #77900B: hue angle of 71.28º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77900B is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 144 11 -
CMYK 0.17 0 0.92 0.44
HSL 71.28º 0.86% 0.3% -
HSV(B) 71.28º 0.92% 0.56% -
XYZ 17.64 23.89 4 -
YUV 121.36 65.72 126.31 -
System Red Green Blue C M Y K H S L
Decimal 119 144 11 0.17 0 0.92 0.44 71.28 0.86 0.3
Hex 77 90 B 11 0 5C 2C 47 56 1E
Octal 167 220 13 21 0 134 54 107 126 36
Binary 1110111 10010000 1011 10001 0 1011100 101100 1000111 1010110 11110

Color Harmonies of #77900B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77900B

Black with #77900B

Text Example


Text Example

White with #77900B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,144,11); }

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

background-color css

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

 a { background-color: rgb(119,144,11); }

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

border-color css

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

 span { border-color: rgb(119,144,11); }

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