Html Css Color HEX #759003 Olive

📋 copy color: '#759003'

red 117 ◦ green 144 ◦ blue 3

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

Shades of Olive #759003

Tints of Olive #759003

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.55%

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

R = 44.32%
G = 54.55%
B = 1.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.44

RGB Variations

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

Color information

#759003 (or 0x759003) is known color: Olive. HEX triplet: 75, 90 and 03. RGB value is (117,144,3). Sum of RGB (Red+Green+Blue) = 117+144+3=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #759003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759003 is #8A6FFC. Grayscale: #787878. Windows color (decimal): -9072637 or 233589. OLE color: 233589.

HSL color Cylindrical-coordinate representation of color #759003: hue angle of 71.49º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #759003 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 144 3 -
CMYK 0.19 0 0.98 0.44
HSL 71.49º 0.96% 0.29% -
HSV(B) 71.49º 0.98% 0.56% -
XYZ 17.33 23.74 3.75 -
YUV 119.85 62.05 125.96 -
System Red Green Blue C M Y K H S L
Decimal 117 144 3 0.19 0 0.98 0.44 71.49 0.96 0.29
Hex 75 90 3 13 0 62 2C 47 60 1D
Octal 165 220 3 23 0 142 54 107 140 35
Binary 1110101 10010000 11 10011 0 1100010 101100 1000111 1100000 11101

Color Harmonies of #759003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759003

Black with #759003

Text Example


Text Example

White with #759003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759003; }

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

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

background-color css

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

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

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

border-color css

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

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

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