Html Css Color HEX #757009 Olive

📋 copy color: '#757009'

red 117 ◦ green 112 ◦ blue 9

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

Shades of Olive #757009

Tints of Olive #757009

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

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

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

Color convert

RGB 117 112 9 -
CMYK 0 0.04 0.92 0.54
HSL 57.22º 0.86% 0.25% -
HSV(B) 57.22º 0.92% 0.46% -
XYZ 13.18 15.39 2.53 -
YUV 101.75 75.66 138.88 -
System Red Green Blue C M Y K H S L
Decimal 117 112 9 0 0.04 0.92 0.54 57.22 0.86 0.25
Hex 75 70 9 0 4 5C 36 39 56 19
Octal 165 160 11 0 4 134 66 71 126 31
Binary 1110101 1110000 1001 0 100 1011100 110110 111001 1010110 11001

Color Harmonies of #757009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757009

Black with #757009

Text Example


Text Example

White with #757009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757009; }

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

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

background-color css

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

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

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

border-color css

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

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

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