Html Css Color HEX #707909 Olive

📋 copy color: '#707909'

red 112 ◦ green 121 ◦ blue 9

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

Shades of Olive #707909

Tints of Olive #707909

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50%

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

R = 46.28%
G = 50%
B = 3.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#707909 (or 0x707909) is known color: Olive. HEX triplet: 70, 79 and 09. RGB value is (112,121,9). Sum of RGB (Red+Green+Blue) = 112+121+9=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #707909 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707909 is #8F86F6. Grayscale: #696969. Windows color (decimal): -9406199 or 620912. OLE color: 620912.

HSL color Cylindrical-coordinate representation of color #707909: hue angle of 64.82º 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 #707909 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 121 9 -
CMYK 0.07 0 0.93 0.53
HSL 64.82º 0.86% 0.25% -
HSV(B) 64.82º 0.93% 0.47% -
XYZ 13.57 17.14 2.85 -
YUV 105.54 73.52 132.61 -
System Red Green Blue C M Y K H S L
Decimal 112 121 9 0.07 0 0.93 0.53 64.82 0.86 0.25
Hex 70 79 9 7 0 5D 35 41 56 19
Octal 160 171 11 7 0 135 65 101 126 31
Binary 1110000 1111001 1001 111 0 1011101 110101 1000001 1010110 11001

Color Harmonies of #707909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707909

Black with #707909

Text Example


Text Example

White with #707909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707909; }

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

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

background-color css

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

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

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

border-color css

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

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

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