Html Css Color HEX #759001 Olive

📋 copy color: '#759001'

red 117 ◦ green 144 ◦ blue 1

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

Shades of Olive #759001

Tints of Olive #759001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 44.66%
G = 54.96%
B = 0.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#759001 (or 0x759001) is known color: Olive. HEX triplet: 75, 90 and 01. RGB value is (117,144,1). Sum of RGB (Red+Green+Blue) = 117+144+1=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #759001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759001 is #8A6FFE. Grayscale: #787878. Windows color (decimal): -9072639 or 102517. OLE color: 102517.

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

Color convert

RGB 117 144 1 -
CMYK 0.19 0 0.99 0.44
HSL 71.33º 0.99% 0.28% -
HSV(B) 71.33º 0.99% 0.56% -
XYZ 17.31 23.73 3.7 -
YUV 119.63 61.05 126.13 -
System Red Green Blue C M Y K H S L
Decimal 117 144 1 0.19 0 0.99 0.44 71.33 0.99 0.28
Hex 75 90 1 13 0 63 2C 47 63 1C
Octal 165 220 1 23 0 143 54 107 143 34
Binary 1110101 10010000 1 10011 0 1100011 101100 1000111 1100011 11100

Color Harmonies of #759001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759001

Black with #759001

Text Example


Text Example

White with #759001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759001; }

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

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

background-color css

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

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

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

border-color css

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

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

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