Html Css Color HEX #707709 Olive

📋 copy color: '#707709'

red 112 ◦ green 119 ◦ blue 9

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

Shades of Olive #707709

Tints of Olive #707709

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.58%

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

R = 46.67%
G = 49.58%
B = 3.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#707709 (or 0x707709) is known color: Olive. HEX triplet: 70, 77 and 09. RGB value is (112,119,9). Sum of RGB (Red+Green+Blue) = 112+119+9=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #707709 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707709 is #8F88F6. Grayscale: #686868. Windows color (decimal): -9406711 or 620400. OLE color: 620400.

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

Color convert

RGB 112 119 9 -
CMYK 0.06 0 0.92 0.53
HSL 63.82º 0.86% 0.25% -
HSV(B) 63.82º 0.92% 0.47% -
XYZ 13.33 16.66 2.77 -
YUV 104.37 74.18 133.44 -
System Red Green Blue C M Y K H S L
Decimal 112 119 9 0.06 0 0.92 0.53 63.82 0.86 0.25
Hex 70 77 9 6 0 5C 35 40 56 19
Octal 160 167 11 6 0 134 65 100 126 31
Binary 1110000 1110111 1001 110 0 1011100 110101 1000000 1010110 11001

Color Harmonies of #707709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707709

Black with #707709

Text Example


Text Example

White with #707709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707709; }

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

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

background-color css

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

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

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

border-color css

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

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

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