Html Css Color HEX #85780D Olive

📋 copy color: '#85780D'

red 133 ◦ green 120 ◦ blue 13

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

Shades of Olive #85780D

Tints of Olive #85780D

RGB

 RED value IS 133 (52.34% from 255) = 50%

 GREEN value IS 120 (47.27% from 255) = 45.11%

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

R = 50%
G = 45.11%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#85780D (or 0x85780D) is known color: Olive. HEX triplet: 85, 78 and 0D. RGB value is (133,120,13). Sum of RGB (Red+Green+Blue) = 133+120+13=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #85780D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85780D is #7A87F2. Grayscale: #707070. Windows color (decimal): -8030195 or 882821. OLE color: 882821.

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

Color convert

RGB 133 120 13 -
CMYK 0 0.10 0.90 0.48
HSL 53.5º 0.82% 0.29% -
HSV(B) 53.5º 0.9% 0.52% -
XYZ 16.46 18.45 3.07 -
YUV 111.69 72.31 143.2 -
System Red Green Blue C M Y K H S L
Decimal 133 120 13 0 0.10 0.90 0.48 53.5 0.82 0.29
Hex 85 78 D 0 A 5A 30 36 52 1D
Octal 205 170 15 0 12 132 60 66 122 35
Binary 10000101 1111000 1101 0 1010 1011010 110000 110110 1010010 11101

Color Harmonies of #85780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85780D

Black with #85780D

Text Example


Text Example

White with #85780D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,120,13); }

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

background-color css

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

 a { background-color: rgb(133,120,13); }

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

border-color css

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

 span { border-color: rgb(133,120,13); }

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