Html Css Color HEX #706D00 Olive

📋 copy color: '#706D00'

red 112 ◦ green 109 ◦ blue 0

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

Shades of Olive #706D00

Tints of Olive #706D00

RGB

 RED value IS 112 (44.14% from 255) = 50.68%

 GREEN value IS 109 (42.97% from 255) = 49.32%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.68%
G = 49.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#706D00 (or 0x706D00) is known color: Olive. HEX triplet: 70, 6D and 00. RGB value is (112,109,0). Sum of RGB (Red+Green+Blue) = 112+109+0=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 109 (42.97% from 255 or 49.32% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #706D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706D00 is #8F92FF. Grayscale: #616161. Windows color (decimal): -9409280 or 28016. OLE color: 28016.

HSL color Cylindrical-coordinate representation of color #706D00: hue angle of 58.39º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #706D00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 109 0 -
CMYK 0 0.03 1 0.56
HSL 58.39º 1% 0.22% -
HSV(B) 58.39º 1% 0.44% -
XYZ 12.15 14.38 2.14 -
YUV 97.47 72.99 138.36 -
System Red Green Blue C M Y K H S L
Decimal 112 109 0 0 0.03 1 0.56 58.39 1 0.22
Hex 70 6D 0 0 3 64 38 3A 64 16
Octal 160 155 0 0 3 144 70 72 144 26
Binary 1110000 1101101 0 0 11 1100100 111000 111010 1100100 10110

Color Harmonies of #706D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D00

Black with #706D00

Text Example


Text Example

White with #706D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706D00; }

 p { color: rgb(112,109,0); }

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

background-color css

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

 a { background-color: rgb(112,109,0); }

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

border-color css

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

 span { border-color: rgb(112,109,0); }

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