Html Css Color HEX #759505 Olive

📋 copy color: '#759505'

red 117 ◦ green 149 ◦ blue 5

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

Shades of Olive #759505

Tints of Olive #759505

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.98%

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 43.17%
G = 54.98%
B = 1.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#759505 (or 0x759505) is known color: Olive. HEX triplet: 75, 95 and 05. RGB value is (117,149,5). Sum of RGB (Red+Green+Blue) = 117+149+5=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #759505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759505 is #8A6AFA. Grayscale: #7B7B7B. Windows color (decimal): -9071355 or 365941. OLE color: 365941.

HSL color Cylindrical-coordinate representation of color #759505: hue angle of 73.33º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #759505 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 5 -
CMYK 0.21 0 0.97 0.42
HSL 73.33º 0.94% 0.3% -
HSV(B) 73.33º 0.97% 0.58% -
XYZ 18.11 25.29 4.07 -
YUV 123.02 61.4 123.71 -
System Red Green Blue C M Y K H S L
Decimal 117 149 5 0.21 0 0.97 0.42 73.33 0.94 0.3
Hex 75 95 5 15 0 61 2A 49 5E 1E
Octal 165 225 5 25 0 141 52 111 136 36
Binary 1110101 10010101 101 10101 0 1100001 101010 1001001 1011110 11110

Color Harmonies of #759505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759505

Black with #759505

Text Example


Text Example

White with #759505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759505; }

 p { color: rgb(117,149,5); }

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

background-color css

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

 a { background-color: rgb(117,149,5); }

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

border-color css

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

 span { border-color: rgb(117,149,5); }

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