Html Css Color HEX #77740B Olive

📋 copy color: '#77740B'

red 119 ◦ green 116 ◦ blue 11

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

Shades of Olive #77740B

Tints of Olive #77740B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.15%

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

R = 48.37%
G = 47.15%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#77740B (or 0x77740B) is known color: Olive. HEX triplet: 77, 74 and 0B. RGB value is (119,116,11). Sum of RGB (Red+Green+Blue) = 119+116+11=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77740B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77740B is #888BF4. Grayscale: #696969. Windows color (decimal): -8948725 or 750711. OLE color: 750711.

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

Color convert

RGB 119 116 11 -
CMYK 0 0.03 0.91 0.53
HSL 58.33º 0.83% 0.25% -
HSV(B) 58.33º 0.91% 0.47% -
XYZ 13.91 16.44 2.76 -
YUV 104.93 74.99 138.04 -
System Red Green Blue C M Y K H S L
Decimal 119 116 11 0 0.03 0.91 0.53 58.33 0.83 0.25
Hex 77 74 B 0 3 5B 35 3A 53 19
Octal 167 164 13 0 3 133 65 72 123 31
Binary 1110111 1110100 1011 0 11 1011011 110101 111010 1010011 11001

Color Harmonies of #77740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77740B

Black with #77740B

Text Example


Text Example

White with #77740B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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