Html Css Color HEX #757602 Olive

📋 copy color: '#757602'

red 117 ◦ green 118 ◦ blue 2

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

Shades of Olive #757602

Tints of Olive #757602

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.79%

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

R = 49.37%
G = 49.79%
B = 0.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#757602 (or 0x757602) is known color: Olive. HEX triplet: 75, 76 and 02. RGB value is (117,118,2). Sum of RGB (Red+Green+Blue) = 117+118+2=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #757602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757602 is #8A89FD. Grayscale: #686868. Windows color (decimal): -9079294 or 161397. OLE color: 161397.

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

Color convert

RGB 117 118 2 -
CMYK 0.01 0 0.98 0.54
HSL 60.52º 0.97% 0.24% -
HSV(B) 60.52º 0.98% 0.46% -
XYZ 13.83 16.74 2.56 -
YUV 104.48 70.17 136.93 -
System Red Green Blue C M Y K H S L
Decimal 117 118 2 0.01 0 0.98 0.54 60.52 0.97 0.24
Hex 75 76 2 1 0 62 36 3D 61 18
Octal 165 166 2 1 0 142 66 75 141 30
Binary 1110101 1110110 10 1 0 1100010 110110 111101 1100001 11000

Color Harmonies of #757602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757602

Black with #757602

Text Example


Text Example

White with #757602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757602; }

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

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

background-color css

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

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

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

border-color css

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

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

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