Html Css Color HEX #707000 Olive

📋 copy color: '#707000'

red 112 ◦ green 112 ◦ blue 0

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

Shades of Olive #707000

Tints of Olive #707000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50%

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

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#707000 (or 0x707000) is known color: Olive. HEX triplet: 70, 70 and 00. RGB value is (112,112,0). Sum of RGB (Red+Green+Blue) = 112+112+0=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707000 is #8F8FFF. Grayscale: #636363. Windows color (decimal): -9408512 or 28784. OLE color: 28784.

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

Color convert

RGB 112 112 0 -
CMYK 0 0 1 0.56
HSL 60º 1% 0.22% -
HSV(B) 60º 1% 0.44% -
XYZ 12.48 15.03 2.24 -
YUV 99.23 72 137.11 -
System Red Green Blue C M Y K H S L
Decimal 112 112 0 0 0 1 0.56 60 1 0.22
Hex 70 70 0 0 0 64 38 3C 64 16
Octal 160 160 0 0 0 144 70 74 144 26
Binary 1110000 1110000 0 0 0 1100100 111000 111100 1100100 10110

Color Harmonies of #707000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707000

Black with #707000

Text Example


Text Example

White with #707000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707000; }

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

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

background-color css

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

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

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

border-color css

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

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

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