Html Css Color HEX #706D05 Olive

📋 copy color: '#706D05'

red 112 ◦ green 109 ◦ blue 5

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

Shades of Olive #706D05

Tints of Olive #706D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.21%

R = 49.56%
G = 48.23%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#706D05 (or 0x706D05) is known color: Olive. HEX triplet: 70, 6D and 05. RGB value is (112,109,5). Sum of RGB (Red+Green+Blue) = 112+109+5=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 109 (42.97% from 255 or 48.23% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #706D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706D05 is #8F92FA. Grayscale: #626262. Windows color (decimal): -9409275 or 355696. OLE color: 355696.

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

Color convert

RGB 112 109 5 -
CMYK 0 0.03 0.96 0.56
HSL 58.32º 0.91% 0.23% -
HSV(B) 58.32º 0.96% 0.44% -
XYZ 12.18 14.39 2.28 -
YUV 98.04 75.49 137.96 -
System Red Green Blue C M Y K H S L
Decimal 112 109 5 0 0.03 0.96 0.56 58.32 0.91 0.23
Hex 70 6D 5 0 3 60 38 3A 5B 17
Octal 160 155 5 0 3 140 70 72 133 27
Binary 1110000 1101101 101 0 11 1100000 111000 111010 1011011 10111

Color Harmonies of #706D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D05

Black with #706D05

Text Example


Text Example

White with #706D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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