Html Css Color HEX #757202 Olive

📋 copy color: '#757202'

red 117 ◦ green 114 ◦ blue 2

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

Shades of Olive #757202

Tints of Olive #757202

RGB

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

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

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

R = 50.21%
G = 48.93%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#757202 (or 0x757202) is known color: Olive. HEX triplet: 75, 72 and 02. RGB value is (117,114,2). Sum of RGB (Red+Green+Blue) = 117+114+2=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #757202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757202 is #8A8DFD. Grayscale: #666666. Windows color (decimal): -9080318 or 160373. OLE color: 160373.

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

Color convert

RGB 117 114 2 -
CMYK 0 0.03 0.98 0.54
HSL 58.43º 0.97% 0.23% -
HSV(B) 58.43º 0.98% 0.46% -
XYZ 13.36 15.82 2.41 -
YUV 102.13 71.49 138.61 -
System Red Green Blue C M Y K H S L
Decimal 117 114 2 0 0.03 0.98 0.54 58.43 0.97 0.23
Hex 75 72 2 0 3 62 36 3A 61 17
Octal 165 162 2 0 3 142 66 72 141 27
Binary 1110101 1110010 10 0 11 1100010 110110 111010 1100001 10111

Color Harmonies of #757202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757202

Black with #757202

Text Example


Text Example

White with #757202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757202; }

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

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

background-color css

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

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

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

border-color css

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

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

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