Html Css Color HEX #706D08 Olive

📋 copy color: '#706D08'

red 112 ◦ green 109 ◦ blue 8

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

Shades of Olive #706D08

Tints of Olive #706D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.49%

R = 48.91%
G = 47.6%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#706D08 (or 0x706D08) is known color: Olive. HEX triplet: 70, 6D and 08. RGB value is (112,109,8). Sum of RGB (Red+Green+Blue) = 112+109+8=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 109 (42.97% from 255 or 47.60% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #706D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706D08 is #8F92F7. Grayscale: #626262. Windows color (decimal): -9409272 or 552304. OLE color: 552304.

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

Color convert

RGB 112 109 8 -
CMYK 0 0.03 0.93 0.56
HSL 58.27º 0.87% 0.24% -
HSV(B) 58.27º 0.93% 0.44% -
XYZ 12.19 14.4 2.37 -
YUV 98.38 76.99 137.71 -
System Red Green Blue C M Y K H S L
Decimal 112 109 8 0 0.03 0.93 0.56 58.27 0.87 0.24
Hex 70 6D 8 0 3 5D 38 3A 57 18
Octal 160 155 10 0 3 135 70 72 127 30
Binary 1110000 1101101 1000 0 11 1011101 111000 111010 1010111 11000

Color Harmonies of #706D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D08

Black with #706D08

Text Example


Text Example

White with #706D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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