Html Css Color HEX #707609 Olive

📋 copy color: '#707609'

red 112 ◦ green 118 ◦ blue 9

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

Shades of Olive #707609

Tints of Olive #707609

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.37%

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

R = 46.86%
G = 49.37%
B = 3.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#707609 (or 0x707609) is known color: Olive. HEX triplet: 70, 76 and 09. RGB value is (112,118,9). Sum of RGB (Red+Green+Blue) = 112+118+9=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #707609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707609 is #8F89F6. Grayscale: #686868. Windows color (decimal): -9406967 or 620144. OLE color: 620144.

HSL color Cylindrical-coordinate representation of color #707609: hue angle of 63.3º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #707609 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 118 9 -
CMYK 0.05 0 0.92 0.54
HSL 63.3º 0.86% 0.25% -
HSV(B) 63.3º 0.92% 0.46% -
XYZ 13.21 16.42 2.73 -
YUV 103.78 74.51 133.86 -
System Red Green Blue C M Y K H S L
Decimal 112 118 9 0.05 0 0.92 0.54 63.3 0.86 0.25
Hex 70 76 9 5 0 5C 36 3F 56 19
Octal 160 166 11 5 0 134 66 77 126 31
Binary 1110000 1110110 1001 101 0 1011100 110110 111111 1010110 11001

Color Harmonies of #707609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707609

Black with #707609

Text Example


Text Example

White with #707609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707609; }

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

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

background-color css

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

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

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

border-color css

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

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

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