Html Css Color HEX #757603 Olive

📋 copy color: '#757603'

red 117 ◦ green 118 ◦ blue 3

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

Shades of Olive #757603

Tints of Olive #757603

RGB

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

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

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

R = 49.16%
G = 49.58%
B = 1.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#757603 (or 0x757603) is known color: Olive. HEX triplet: 75, 76 and 03. RGB value is (117,118,3). Sum of RGB (Red+Green+Blue) = 117+118+3=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #757603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757603 is #8A89FC. Grayscale: #696969. Windows color (decimal): -9079293 or 226933. OLE color: 226933.

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

Color convert

RGB 117 118 3 -
CMYK 0.01 0 0.97 0.54
HSL 60.52º 0.95% 0.24% -
HSV(B) 60.52º 0.97% 0.46% -
XYZ 13.83 16.75 2.59 -
YUV 104.59 70.67 136.85 -
System Red Green Blue C M Y K H S L
Decimal 117 118 3 0.01 0 0.97 0.54 60.52 0.95 0.24
Hex 75 76 3 1 0 61 36 3D 5F 18
Octal 165 166 3 1 0 141 66 75 137 30
Binary 1110101 1110110 11 1 0 1100001 110110 111101 1011111 11000

Color Harmonies of #757603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757603

Black with #757603

Text Example


Text Example

White with #757603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757603; }

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

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

background-color css

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

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

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

border-color css

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

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

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