Html Css Color HEX #759204 Olive

📋 copy color: '#759204'

red 117 ◦ green 146 ◦ blue 4

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

Shades of Olive #759204

Tints of Olive #759204

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.68%

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

R = 43.82%
G = 54.68%
B = 1.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#759204 (or 0x759204) is known color: Olive. HEX triplet: 75, 92 and 04. RGB value is (117,146,4). Sum of RGB (Red+Green+Blue) = 117+146+4=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 146 (57.42% from 255 or 54.68% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 146 - color contains mainly: green. Hex color #759204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759204 is #8A6DFB. Grayscale: #797979. Windows color (decimal): -9072124 or 299637. OLE color: 299637.

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

Color convert

RGB 117 146 4 -
CMYK 0.20 0 0.97 0.43
HSL 72.25º 0.95% 0.29% -
HSV(B) 72.25º 0.97% 0.57% -
XYZ 17.64 24.35 3.89 -
YUV 121.14 61.89 125.05 -
System Red Green Blue C M Y K H S L
Decimal 117 146 4 0.20 0 0.97 0.43 72.25 0.95 0.29
Hex 75 92 4 14 0 61 2B 48 5F 1D
Octal 165 222 4 24 0 141 53 110 137 35
Binary 1110101 10010010 100 10100 0 1100001 101011 1001000 1011111 11101

Color Harmonies of #759204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759204

Black with #759204

Text Example


Text Example

White with #759204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759204; }

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

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

background-color css

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

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

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

border-color css

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

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

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