Html Css Color HEX #80770C Olive

📋 copy color: '#80770C'

red 128 ◦ green 119 ◦ blue 12

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

Shades of Olive #80770C

Tints of Olive #80770C

RGB

 RED value IS 128 (50.39% from 255) = 49.42%

 GREEN value IS 119 (46.88% from 255) = 45.95%

 BLUE value IS 12 (5.08% from 255) = 4.63%

R = 49.42%
G = 45.95%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80770C (or 0x80770C) is known color: Olive. HEX triplet: 80, 77 and 0C. RGB value is (128,119,12). Sum of RGB (Red+Green+Blue) = 128+119+12=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #80770C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80770C is #7F88F3. Grayscale: #6D6D6D. Windows color (decimal): -8358132 or 817024. OLE color: 817024.

HSL color Cylindrical-coordinate representation of color #80770C: hue angle of 55.34º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80770C is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 119 12 -
CMYK 0 0.07 0.91 0.50
HSL 55.34º 0.83% 0.27% -
HSV(B) 55.34º 0.91% 0.5% -
XYZ 15.57 17.81 2.97 -
YUV 109.49 72.98 141.2 -
System Red Green Blue C M Y K H S L
Decimal 128 119 12 0 0.07 0.91 0.50 55.34 0.83 0.27
Hex 80 77 C 0 7 5B 32 37 53 1B
Octal 200 167 14 0 7 133 62 67 123 33
Binary 10000000 1110111 1100 0 111 1011011 110010 110111 1010011 11011

Color Harmonies of #80770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80770C

Black with #80770C

Text Example


Text Example

White with #80770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80770C; }

 p { color: rgb(128,119,12); }

 H1.HeaderClassName
 {
   color: #80770C;
 }
 .AnyTagClassName
 {
   color: #80770C;
 }
</style>

background-color css

<style>
 a { background-color: #80770C; }

 a { background-color: rgb(128,119,12); }

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

border-color css

<style>
 span { border-color: #80770C; }

 span { border-color: rgb(128,119,12); }

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