Html Css Color HEX #758003 Olive

📋 copy color: '#758003'

red 117 ◦ green 128 ◦ blue 3

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

Shades of Olive #758003

Tints of Olive #758003

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.61%

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

R = 47.18%
G = 51.61%
B = 1.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#758003 (or 0x758003) is known color: Olive. HEX triplet: 75, 80 and 03. RGB value is (117,128,3). Sum of RGB (Red+Green+Blue) = 117+128+3=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #758003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758003 is #8A7FFC. Grayscale: #6E6E6E. Windows color (decimal): -9076733 or 229493. OLE color: 229493.

HSL color Cylindrical-coordinate representation of color #758003: hue angle of 65.28º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #758003 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 128 3 -
CMYK 0.09 0 0.98 0.50
HSL 65.28º 0.95% 0.26% -
HSV(B) 65.28º 0.98% 0.5% -
XYZ 15.07 19.23 3 -
YUV 110.46 67.36 132.66 -
System Red Green Blue C M Y K H S L
Decimal 117 128 3 0.09 0 0.98 0.50 65.28 0.95 0.26
Hex 75 80 3 9 0 62 32 41 5F 1A
Octal 165 200 3 11 0 142 62 101 137 32
Binary 1110101 10000000 11 1001 0 1100010 110010 1000001 1011111 11010

Color Harmonies of #758003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758003

Black with #758003

Text Example


Text Example

White with #758003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758003; }

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

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

background-color css

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

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

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

border-color css

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

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

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