Html Css Color HEX #756503 Olive

📋 copy color: '#756503'

red 117 ◦ green 101 ◦ blue 3

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

Shades of Olive #756503

Tints of Olive #756503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.36%

R = 52.94%
G = 45.7%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#756503 (or 0x756503) is known color: Olive. HEX triplet: 75, 65 and 03. RGB value is (117,101,3). Sum of RGB (Red+Green+Blue) = 117+101+3=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #756503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756503 is #8A9AFC. Grayscale: #5F5F5F. Windows color (decimal): -9083645 or 222581. OLE color: 222581.

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

Color convert

RGB 117 101 3 -
CMYK 0 0.14 0.97 0.54
HSL 51.58º 0.95% 0.24% -
HSV(B) 51.58º 0.97% 0.46% -
XYZ 12.01 13.1 1.98 -
YUV 94.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 117 101 3 0 0.14 0.97 0.54 51.58 0.95 0.24
Hex 75 65 3 0 E 61 36 34 5F 18
Octal 165 145 3 0 16 141 66 64 137 30
Binary 1110101 1100101 11 0 1110 1100001 110110 110100 1011111 11000

Color Harmonies of #756503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756503

Black with #756503

Text Example


Text Example

White with #756503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756503; }

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

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

background-color css

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

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

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

border-color css

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

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

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