Html Css Color HEX #759201 Olive

📋 copy color: '#759201'

red 117 ◦ green 146 ◦ blue 1

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

Shades of Olive #759201

Tints of Olive #759201

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.3%

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

R = 44.32%
G = 55.3%
B = 0.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#759201 (or 0x759201) is known color: Olive. HEX triplet: 75, 92 and 01. RGB value is (117,146,1). Sum of RGB (Red+Green+Blue) = 117+146+1=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 146 (57.42% from 255 or 55.30% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 146 - color contains mainly: green. Hex color #759201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759201 is #8A6DFE. Grayscale: #797979. Windows color (decimal): -9072127 or 103029. OLE color: 103029.

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

Color convert

RGB 117 146 1 -
CMYK 0.20 0 0.99 0.43
HSL 72º 0.99% 0.29% -
HSV(B) 72º 0.99% 0.57% -
XYZ 17.62 24.34 3.8 -
YUV 120.8 60.39 125.29 -
System Red Green Blue C M Y K H S L
Decimal 117 146 1 0.20 0 0.99 0.43 72 0.99 0.29
Hex 75 92 1 14 0 63 2B 48 63 1D
Octal 165 222 1 24 0 143 53 110 143 35
Binary 1110101 10010010 1 10100 0 1100011 101011 1001000 1100011 11101

Color Harmonies of #759201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759201

Black with #759201

Text Example


Text Example

White with #759201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759201; }

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

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

background-color css

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

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

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

border-color css

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

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

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