Html Css Color HEX #758709 Olive

📋 copy color: '#758709'

red 117 ◦ green 135 ◦ blue 9

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

Shades of Olive #758709

Tints of Olive #758709

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.72%

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

R = 44.83%
G = 51.72%
B = 3.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#758709 (or 0x758709) is known color: Olive. HEX triplet: 75, 87 and 09. RGB value is (117,135,9). Sum of RGB (Red+Green+Blue) = 117+135+9=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #758709 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758709 is #8A78F6. Grayscale: #737373. Windows color (decimal): -9074935 or 624501. OLE color: 624501.

HSL color Cylindrical-coordinate representation of color #758709: hue angle of 68.57º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #758709 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 135 9 -
CMYK 0.13 0 0.93 0.47
HSL 68.57º 0.88% 0.28% -
HSV(B) 68.57º 0.93% 0.53% -
XYZ 16.05 21.13 3.49 -
YUV 115.25 68.04 129.25 -
System Red Green Blue C M Y K H S L
Decimal 117 135 9 0.13 0 0.93 0.47 68.57 0.88 0.28
Hex 75 87 9 D 0 5D 2F 45 58 1C
Octal 165 207 11 15 0 135 57 105 130 34
Binary 1110101 10000111 1001 1101 0 1011101 101111 1000101 1011000 11100

Color Harmonies of #758709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758709

Black with #758709

Text Example


Text Example

White with #758709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758709; }

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

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

background-color css

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

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

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

border-color css

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

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

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