Html Css Color HEX #759502 Olive

📋 copy color: '#759502'

red 117 ◦ green 149 ◦ blue 2

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

Shades of Olive #759502

Tints of Olive #759502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 43.66%
G = 55.6%
B = 0.75%

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

#759502 (or 0x759502) is known color: Olive. HEX triplet: 75, 95 and 02. RGB value is (117,149,2). Sum of RGB (Red+Green+Blue) = 117+149+2=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 149 (58.59% from 255 or 55.60% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 149 - color contains mainly: green. Hex color #759502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759502 is #8A6AFD. Grayscale: #7B7B7B. Windows color (decimal): -9071358 or 169333. OLE color: 169333.

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

Color convert

RGB 117 149 2 -
CMYK 0.21 0 0.99 0.42
HSL 73.06º 0.97% 0.3% -
HSV(B) 73.06º 0.99% 0.58% -
XYZ 18.09 25.28 3.98 -
YUV 122.67 59.9 123.95 -
System Red Green Blue C M Y K H S L
Decimal 117 149 2 0.21 0 0.99 0.42 73.06 0.97 0.3
Hex 75 95 2 15 0 63 2A 49 61 1E
Octal 165 225 2 25 0 143 52 111 141 36
Binary 1110101 10010101 10 10101 0 1100011 101010 1001001 1100001 11110

Color Harmonies of #759502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759502

Black with #759502

Text Example


Text Example

White with #759502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759502; }

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

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

background-color css

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

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

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

border-color css

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

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

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