Html Css Color HEX #757201 Olive

📋 copy color: '#757201'

red 117 ◦ green 114 ◦ blue 1

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

Shades of Olive #757201

Tints of Olive #757201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.14%

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

R = 50.43%
G = 49.14%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#757201 (or 0x757201) is known color: Olive. HEX triplet: 75, 72 and 01. RGB value is (117,114,1). Sum of RGB (Red+Green+Blue) = 117+114+1=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #757201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757201 is #8A8DFE. Grayscale: #666666. Windows color (decimal): -9080319 or 94837. OLE color: 94837.

HSL color Cylindrical-coordinate representation of color #757201: hue angle of 58.45º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #757201 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 114 1 -
CMYK 0 0.03 0.99 0.54
HSL 58.45º 0.98% 0.23% -
HSV(B) 58.45º 0.99% 0.46% -
XYZ 13.36 15.82 2.38 -
YUV 102.02 70.99 138.69 -
System Red Green Blue C M Y K H S L
Decimal 117 114 1 0 0.03 0.99 0.54 58.45 0.98 0.23
Hex 75 72 1 0 3 63 36 3A 62 17
Octal 165 162 1 0 3 143 66 72 142 27
Binary 1110101 1110010 1 0 11 1100011 110110 111010 1100010 10111

Color Harmonies of #757201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757201

Black with #757201

Text Example


Text Example

White with #757201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757201; }

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

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

background-color css

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

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

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

border-color css

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

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

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