Html Css Color HEX #707809 Olive

📋 copy color: '#707809'

red 112 ◦ green 120 ◦ blue 9

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

Shades of Olive #707809

Tints of Olive #707809

RGB

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

 GREEN value IS 120 (47.27% from 255) = 49.79%

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

R = 46.47%
G = 49.79%
B = 3.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#707809 (or 0x707809) is known color: Olive. HEX triplet: 70, 78 and 09. RGB value is (112,120,9). Sum of RGB (Red+Green+Blue) = 112+120+9=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #707809 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707809 is #8F87F6. Grayscale: #696969. Windows color (decimal): -9406455 or 620656. OLE color: 620656.

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

Color convert

RGB 112 120 9 -
CMYK 0.07 0 0.92 0.53
HSL 64.32º 0.86% 0.25% -
HSV(B) 64.32º 0.93% 0.47% -
XYZ 13.45 16.9 2.81 -
YUV 104.95 73.85 133.03 -
System Red Green Blue C M Y K H S L
Decimal 112 120 9 0.07 0 0.92 0.53 64.32 0.86 0.25
Hex 70 78 9 7 0 5C 35 40 56 19
Octal 160 170 11 7 0 134 65 100 126 31
Binary 1110000 1111000 1001 111 0 1011100 110101 1000000 1010110 11001

Color Harmonies of #707809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707809

Black with #707809

Text Example


Text Example

White with #707809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707809; }

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

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

background-color css

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

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

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

border-color css

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

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

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