Html Css Color HEX #706A00 Olive

📋 copy color: '#706A00'

red 112 ◦ green 106 ◦ blue 0

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

Shades of Olive #706A00

Tints of Olive #706A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 48.62%

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

R = 51.38%
G = 48.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#706A00 (or 0x706A00) is known color: Olive. HEX triplet: 70, 6A and 00. RGB value is (112,106,0). Sum of RGB (Red+Green+Blue) = 112+106+0=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #706A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706A00 is #8F95FF. Grayscale: #606060. Windows color (decimal): -9410048 or 27248. OLE color: 27248.

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

Color convert

RGB 112 106 0 -
CMYK 0 0.05 1 0.56
HSL 56.79º 1% 0.22% -
HSV(B) 56.79º 1% 0.44% -
XYZ 11.84 13.75 2.03 -
YUV 95.71 73.99 139.62 -
System Red Green Blue C M Y K H S L
Decimal 112 106 0 0 0.05 1 0.56 56.79 1 0.22
Hex 70 6A 0 0 5 64 38 39 64 16
Octal 160 152 0 0 5 144 70 71 144 26
Binary 1110000 1101010 0 0 101 1100100 111000 111001 1100100 10110

Color Harmonies of #706A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A00

Black with #706A00

Text Example


Text Example

White with #706A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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