Html Css Color HEX #707509 Olive

📋 copy color: '#707509'

red 112 ◦ green 117 ◦ blue 9

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

Shades of Olive #707509

Tints of Olive #707509

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.16%

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

R = 47.06%
G = 49.16%
B = 3.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#707509 (or 0x707509) is known color: Olive. HEX triplet: 70, 75 and 09. RGB value is (112,117,9). Sum of RGB (Red+Green+Blue) = 112+117+9=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #707509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707509 is #8F8AF6. Grayscale: #676767. Windows color (decimal): -9407223 or 619888. OLE color: 619888.

HSL color Cylindrical-coordinate representation of color #707509: hue angle of 62.78º 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 #707509 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 9 -
CMYK 0.04 0 0.92 0.54
HSL 62.78º 0.86% 0.25% -
HSV(B) 62.78º 0.92% 0.46% -
XYZ 13.09 16.19 2.69 -
YUV 103.19 74.84 134.28 -
System Red Green Blue C M Y K H S L
Decimal 112 117 9 0.04 0 0.92 0.54 62.78 0.86 0.25
Hex 70 75 9 4 0 5C 36 3F 56 19
Octal 160 165 11 4 0 134 66 77 126 31
Binary 1110000 1110101 1001 100 0 1011100 110110 111111 1010110 11001

Color Harmonies of #707509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707509

Black with #707509

Text Example


Text Example

White with #707509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707509; }

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

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

background-color css

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

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

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

border-color css

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

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

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