Html Css Color HEX #707009 Olive

📋 copy color: '#707009'

red 112 ◦ green 112 ◦ blue 9

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

Shades of Olive #707009

Tints of Olive #707009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.86%

R = 48.07%
G = 48.07%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#707009 (or 0x707009) is known color: Olive. HEX triplet: 70, 70 and 09. RGB value is (112,112,9). Sum of RGB (Red+Green+Blue) = 112+112+9=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707009 is #8F8FF6. Grayscale: #646464. Windows color (decimal): -9408503 or 618608. OLE color: 618608.

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

Color convert

RGB 112 112 9 -
CMYK 0 0 0.92 0.56
HSL 60º 0.85% 0.24% -
HSV(B) 60º 0.92% 0.44% -
XYZ 12.53 15.05 2.5 -
YUV 100.26 76.5 136.38 -
System Red Green Blue C M Y K H S L
Decimal 112 112 9 0 0 0.92 0.56 60 0.85 0.24
Hex 70 70 9 0 0 5C 38 3C 55 18
Octal 160 160 11 0 0 134 70 74 125 30
Binary 1110000 1110000 1001 0 0 1011100 111000 111100 1010101 11000

Color Harmonies of #707009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707009

Black with #707009

Text Example


Text Example

White with #707009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707009; }

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

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

background-color css

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

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

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

border-color css

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

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

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