Html Css Color HEX #759500 Olive

📋 copy color: '#759500'

red 117 ◦ green 149 ◦ blue 0

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

Shades of Olive #759500

Tints of Olive #759500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.98%
G = 56.02%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#759500 (or 0x759500) is known color: Olive. HEX triplet: 75, 95 and 00. RGB value is (117,149,0). Sum of RGB (Red+Green+Blue) = 117+149+0=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #759500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759500 is #8A6AFF. Grayscale: #7B7B7B. Windows color (decimal): -9071360 or 38261. OLE color: 38261.

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

Color convert

RGB 117 149 0 -
CMYK 0.21 0 1 0.42
HSL 72.89º 1% 0.29% -
HSV(B) 72.89º 1% 0.58% -
XYZ 18.08 25.28 3.93 -
YUV 122.45 58.9 124.12 -
System Red Green Blue C M Y K H S L
Decimal 117 149 0 0.21 0 1 0.42 72.89 1 0.29
Hex 75 95 0 15 0 64 2A 49 64 1D
Octal 165 225 0 25 0 144 52 111 144 35
Binary 1110101 10010101 0 10101 0 1100100 101010 1001001 1100100 11101

Color Harmonies of #759500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759500

Black with #759500

Text Example


Text Example

White with #759500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759500; }

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

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

background-color css

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

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

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

border-color css

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

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

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