Html Css Color HEX #707200 Olive

📋 copy color: '#707200'

red 112 ◦ green 114 ◦ blue 0

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

Shades of Olive #707200

Tints of Olive #707200

RGB

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

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

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

R = 49.56%
G = 50.44%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#707200 (or 0x707200) is known color: Olive. HEX triplet: 70, 72 and 00. RGB value is (112,114,0). Sum of RGB (Red+Green+Blue) = 112+114+0=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #707200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707200 is #8F8DFF. Grayscale: #646464. Windows color (decimal): -9408000 or 29296. OLE color: 29296.

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

Color convert

RGB 112 114 0 -
CMYK 0.02 0 1 0.55
HSL 61.05º 1% 0.22% -
HSV(B) 61.05º 1% 0.45% -
XYZ 12.7 15.48 2.32 -
YUV 100.41 71.34 136.27 -
System Red Green Blue C M Y K H S L
Decimal 112 114 0 0.02 0 1 0.55 61.05 1 0.22
Hex 70 72 0 2 0 64 37 3D 64 16
Octal 160 162 0 2 0 144 67 75 144 26
Binary 1110000 1110010 0 10 0 1100100 110111 111101 1100100 10110

Color Harmonies of #707200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707200

Black with #707200

Text Example


Text Example

White with #707200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707200; }

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

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

background-color css

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

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

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

border-color css

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

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

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