Html Css Color HEX #756502 Olive

📋 copy color: '#756502'

red 117 ◦ green 101 ◦ blue 2

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

Shades of Olive #756502

Tints of Olive #756502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.91%

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

R = 53.18%
G = 45.91%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#756502 (or 0x756502) is known color: Olive. HEX triplet: 75, 65 and 02. RGB value is (117,101,2). Sum of RGB (Red+Green+Blue) = 117+101+2=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #756502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756502 is #8A9AFD. Grayscale: #5E5E5E. Windows color (decimal): -9083646 or 157045. OLE color: 157045.

HSL color Cylindrical-coordinate representation of color #756502: hue angle of 51.65º 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 #756502 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 101 2 -
CMYK 0 0.14 0.98 0.54
HSL 51.65º 0.97% 0.23% -
HSV(B) 51.65º 0.98% 0.46% -
XYZ 12 13.09 1.95 -
YUV 94.5 75.8 144.05 -
System Red Green Blue C M Y K H S L
Decimal 117 101 2 0 0.14 0.98 0.54 51.65 0.97 0.23
Hex 75 65 2 0 E 62 36 34 61 17
Octal 165 145 2 0 16 142 66 64 141 27
Binary 1110101 1100101 10 0 1110 1100010 110110 110100 1100001 10111

Color Harmonies of #756502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756502

Black with #756502

Text Example


Text Example

White with #756502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756502; }

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

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

background-color css

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

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

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

border-color css

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

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

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