Html Css Color HEX #807003 Olive

📋 copy color: '#807003'

red 128 ◦ green 112 ◦ blue 3

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

Shades of Olive #807003

Tints of Olive #807003

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.09%

 BLUE value IS 3 (1.56% from 255) = 1.23%

R = 52.67%
G = 46.09%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#807003 (or 0x807003) is known color: Olive. HEX triplet: 80, 70 and 03. RGB value is (128,112,3). Sum of RGB (Red+Green+Blue) = 128+112+3=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #807003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807003 is #7F8FFC. Grayscale: #686868. Windows color (decimal): -8359933 or 225408. OLE color: 225408.

HSL color Cylindrical-coordinate representation of color #807003: hue angle of 52.32º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #807003 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 112 3 -
CMYK 0 0.12 0.98 0.50
HSL 52.32º 0.95% 0.26% -
HSV(B) 52.32º 0.98% 0.5% -
XYZ 14.71 16.18 2.43 -
YUV 104.36 70.8 144.86 -
System Red Green Blue C M Y K H S L
Decimal 128 112 3 0 0.12 0.98 0.50 52.32 0.95 0.26
Hex 80 70 3 0 C 62 32 34 5F 1A
Octal 200 160 3 0 14 142 62 64 137 32
Binary 10000000 1110000 11 0 1100 1100010 110010 110100 1011111 11010

Color Harmonies of #807003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807003

Black with #807003

Text Example


Text Example

White with #807003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807003; }

 p { color: rgb(128,112,3); }

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

background-color css

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

 a { background-color: rgb(128,112,3); }

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

border-color css

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

 span { border-color: rgb(128,112,3); }

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