Html Css Color HEX #707205 Olive

📋 copy color: '#707205'

red 112 ◦ green 114 ◦ blue 5

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

Shades of Olive #707205

Tints of Olive #707205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.35%

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

R = 48.48%
G = 49.35%
B = 2.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#707205 (or 0x707205) is known color: Olive. HEX triplet: 70, 72 and 05. RGB value is (112,114,5). Sum of RGB (Red+Green+Blue) = 112+114+5=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #707205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707205 is #8F8DFA. Grayscale: #656565. Windows color (decimal): -9407995 or 356976. OLE color: 356976.

HSL color Cylindrical-coordinate representation of color #707205: hue angle of 61.1º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #707205 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 114 5 -
CMYK 0.02 0 0.96 0.55
HSL 61.1º 0.92% 0.23% -
HSV(B) 61.1º 0.96% 0.45% -
XYZ 12.73 15.49 2.46 -
YUV 100.98 73.84 135.86 -
System Red Green Blue C M Y K H S L
Decimal 112 114 5 0.02 0 0.96 0.55 61.1 0.92 0.23
Hex 70 72 5 2 0 60 37 3D 5C 17
Octal 160 162 5 2 0 140 67 75 134 27
Binary 1110000 1110010 101 10 0 1100000 110111 111101 1011100 10111

Color Harmonies of #707205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707205

Black with #707205

Text Example


Text Example

White with #707205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707205; }

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

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

background-color css

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

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

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

border-color css

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

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

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