Html Css Color HEX #759004 Olive

📋 copy color: '#759004'

red 117 ◦ green 144 ◦ blue 4

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

Shades of Olive #759004

Tints of Olive #759004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.51%

R = 44.15%
G = 54.34%
B = 1.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#759004 (or 0x759004) is known color: Olive. HEX triplet: 75, 90 and 04. RGB value is (117,144,4). Sum of RGB (Red+Green+Blue) = 117+144+4=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #759004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759004 is #8A6FFB. Grayscale: #787878. Windows color (decimal): -9072636 or 299125. OLE color: 299125.

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

Color convert

RGB 117 144 4 -
CMYK 0.19 0 0.97 0.44
HSL 71.57º 0.95% 0.29% -
HSV(B) 71.57º 0.97% 0.56% -
XYZ 17.33 23.74 3.78 -
YUV 119.97 62.55 125.88 -
System Red Green Blue C M Y K H S L
Decimal 117 144 4 0.19 0 0.97 0.44 71.57 0.95 0.29
Hex 75 90 4 13 0 61 2C 48 5F 1D
Octal 165 220 4 23 0 141 54 110 137 35
Binary 1110101 10010000 100 10011 0 1100001 101100 1001000 1011111 11101

Color Harmonies of #759004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759004

Black with #759004

Text Example


Text Example

White with #759004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759004; }

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

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

background-color css

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

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

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

border-color css

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

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

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