Html Css Color HEX #757003 Olive

📋 copy color: '#757003'

red 117 ◦ green 112 ◦ blue 3

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

Shades of Olive #757003

Tints of Olive #757003

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.28%

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

R = 50.43%
G = 48.28%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#757003 (or 0x757003) is known color: Olive. HEX triplet: 75, 70 and 03. RGB value is (117,112,3). Sum of RGB (Red+Green+Blue) = 117+112+3=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #757003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757003 is #8A8FFC. Grayscale: #656565. Windows color (decimal): -9080829 or 225397. OLE color: 225397.

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

Color convert

RGB 117 112 3 -
CMYK 0 0.04 0.97 0.54
HSL 57.37º 0.95% 0.24% -
HSV(B) 57.37º 0.97% 0.46% -
XYZ 13.15 15.38 2.36 -
YUV 101.07 72.66 139.36 -
System Red Green Blue C M Y K H S L
Decimal 117 112 3 0 0.04 0.97 0.54 57.37 0.95 0.24
Hex 75 70 3 0 4 61 36 39 5F 18
Octal 165 160 3 0 4 141 66 71 137 30
Binary 1110101 1110000 11 0 100 1100001 110110 111001 1011111 11000

Color Harmonies of #757003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757003

Black with #757003

Text Example


Text Example

White with #757003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757003; }

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

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

background-color css

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

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

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

border-color css

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

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

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