Html Css Color HEX #706C00 Olive

📋 copy color: '#706C00'

red 112 ◦ green 108 ◦ blue 0

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

Shades of Olive #706C00

Tints of Olive #706C00

RGB

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

 GREEN value IS 108 (42.58% from 255) = 49.09%

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

R = 50.91%
G = 49.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#706C00 (or 0x706C00) is known color: Olive. HEX triplet: 70, 6C and 00. RGB value is (112,108,0). Sum of RGB (Red+Green+Blue) = 112+108+0=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 108 (42.58% from 255 or 49.09% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #706C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706C00 is #8F93FF. Grayscale: #616161. Windows color (decimal): -9409536 or 27760. OLE color: 27760.

HSL color Cylindrical-coordinate representation of color #706C00: hue angle of 57.86º 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 #706C00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 108 0 -
CMYK 0 0.04 1 0.56
HSL 57.86º 1% 0.22% -
HSV(B) 57.86º 1% 0.44% -
XYZ 12.04 14.17 2.1 -
YUV 96.88 73.33 138.78 -
System Red Green Blue C M Y K H S L
Decimal 112 108 0 0 0.04 1 0.56 57.86 1 0.22
Hex 70 6C 0 0 4 64 38 3A 64 16
Octal 160 154 0 0 4 144 70 72 144 26
Binary 1110000 1101100 0 0 100 1100100 111000 111010 1100100 10110

Color Harmonies of #706C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706C00

Black with #706C00

Text Example


Text Example

White with #706C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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