Html Css Color HEX #759501 Olive

📋 copy color: '#759501'

red 117 ◦ green 149 ◦ blue 1

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

Shades of Olive #759501

Tints of Olive #759501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 43.82%
G = 55.81%
B = 0.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#759501 (or 0x759501) is known color: Olive. HEX triplet: 75, 95 and 01. RGB value is (117,149,1). Sum of RGB (Red+Green+Blue) = 117+149+1=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #759501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759501 is #8A6AFE. Grayscale: #7B7B7B. Windows color (decimal): -9071359 or 103797. OLE color: 103797.

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

Color convert

RGB 117 149 1 -
CMYK 0.21 0 0.99 0.42
HSL 72.97º 0.99% 0.29% -
HSV(B) 72.97º 0.99% 0.58% -
XYZ 18.09 25.28 3.95 -
YUV 122.56 59.4 124.03 -
System Red Green Blue C M Y K H S L
Decimal 117 149 1 0.21 0 0.99 0.42 72.97 0.99 0.29
Hex 75 95 1 15 0 63 2A 49 63 1D
Octal 165 225 1 25 0 143 52 111 143 35
Binary 1110101 10010101 1 10101 0 1100011 101010 1001001 1100011 11101

Color Harmonies of #759501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759501

Black with #759501

Text Example


Text Example

White with #759501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759501; }

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

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

background-color css

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

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

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

border-color css

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

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

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