Html Css Color HEX #759404 Olive

📋 copy color: '#759404'

red 117 ◦ green 148 ◦ blue 4

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

Shades of Olive #759404

Tints of Olive #759404

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.02%

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

R = 43.49%
G = 55.02%
B = 1.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#759404 (or 0x759404) is known color: Olive. HEX triplet: 75, 94 and 04. RGB value is (117,148,4). Sum of RGB (Red+Green+Blue) = 117+148+4=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #759404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759404 is #8A6BFB. Grayscale: #7A7A7A. Windows color (decimal): -9071612 or 300149. OLE color: 300149.

HSL color Cylindrical-coordinate representation of color #759404: hue angle of 72.92º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #759404 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 148 4 -
CMYK 0.21 0 0.97 0.42
HSL 72.92º 0.95% 0.3% -
HSV(B) 72.92º 0.97% 0.58% -
XYZ 17.95 24.97 3.99 -
YUV 122.32 61.23 124.21 -
System Red Green Blue C M Y K H S L
Decimal 117 148 4 0.21 0 0.97 0.42 72.92 0.95 0.3
Hex 75 94 4 15 0 61 2A 49 5F 1E
Octal 165 224 4 25 0 141 52 111 137 36
Binary 1110101 10010100 100 10101 0 1100001 101010 1001001 1011111 11110

Color Harmonies of #759404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759404

Black with #759404

Text Example


Text Example

White with #759404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759404; }

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

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

background-color css

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

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

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

border-color css

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

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

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