Html Css Color HEX #77870D Olive

📋 copy color: '#77870D'

red 119 ◦ green 135 ◦ blue 13

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

Shades of Olive #77870D

Tints of Olive #77870D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50.56%

 BLUE value IS 13 (5.47% from 255) = 4.87%

R = 44.57%
G = 50.56%
B = 4.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#77870D (or 0x77870D) is known color: Olive. HEX triplet: 77, 87 and 0D. RGB value is (119,135,13). Sum of RGB (Red+Green+Blue) = 119+135+13=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 135 (53.12% from 255 or 50.56% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 135 - color contains mainly: green. Hex color #77870D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77870D is #8878F2. Grayscale: #747474. Windows color (decimal): -8943859 or 886647. OLE color: 886647.

HSL color Cylindrical-coordinate representation of color #77870D: hue angle of 67.87º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77870D is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 135 13 -
CMYK 0.12 0 0.90 0.47
HSL 67.87º 0.82% 0.29% -
HSV(B) 67.87º 0.9% 0.53% -
XYZ 16.34 21.28 3.63 -
YUV 116.31 69.7 129.92 -
System Red Green Blue C M Y K H S L
Decimal 119 135 13 0.12 0 0.90 0.47 67.87 0.82 0.29
Hex 77 87 D C 0 5A 2F 44 52 1D
Octal 167 207 15 14 0 132 57 104 122 35
Binary 1110111 10000111 1101 1100 0 1011010 101111 1000100 1010010 11101

Color Harmonies of #77870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77870D

Black with #77870D

Text Example


Text Example

White with #77870D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77870D; }

 p { color: rgb(119,135,13); }

 H1.HeaderClassName
 {
   color: #77870D;
 }
 .AnyTagClassName
 {
   color: #77870D;
 }
</style>

background-color css

<style>
 a { background-color: #77870D; }

 a { background-color: rgb(119,135,13); }

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

border-color css

<style>
 span { border-color: #77870D; }

 span { border-color: rgb(119,135,13); }

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