Html Css Color HEX #77790B Olive

📋 copy color: '#77790B'

red 119 ◦ green 121 ◦ blue 11

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

Shades of Olive #77790B

Tints of Olive #77790B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.21%

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

R = 47.41%
G = 48.21%
B = 4.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#77790B (or 0x77790B) is known color: Olive. HEX triplet: 77, 79 and 0B. RGB value is (119,121,11). Sum of RGB (Red+Green+Blue) = 119+121+11=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #77790B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77790B is #8886F4. Grayscale: #6C6C6C. Windows color (decimal): -8947445 or 751991. OLE color: 751991.

HSL color Cylindrical-coordinate representation of color #77790B: hue angle of 61.09º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77790B is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 121 11 -
CMYK 0.02 0 0.91 0.53
HSL 61.09º 0.83% 0.26% -
HSV(B) 61.09º 0.91% 0.47% -
XYZ 14.51 17.62 2.95 -
YUV 107.86 73.34 135.94 -
System Red Green Blue C M Y K H S L
Decimal 119 121 11 0.02 0 0.91 0.53 61.09 0.83 0.26
Hex 77 79 B 2 0 5B 35 3D 53 1A
Octal 167 171 13 2 0 133 65 75 123 32
Binary 1110111 1111001 1011 10 0 1011011 110101 111101 1010011 11010

Color Harmonies of #77790B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77790B

Black with #77790B

Text Example


Text Example

White with #77790B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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