Html Css Color HEX #758404 Olive

📋 copy color: '#758404'

red 117 ◦ green 132 ◦ blue 4

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

Shades of Olive #758404

Tints of Olive #758404

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.17%

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

R = 46.25%
G = 52.17%
B = 1.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#758404 (or 0x758404) is known color: Olive. HEX triplet: 75, 84 and 04. RGB value is (117,132,4). Sum of RGB (Red+Green+Blue) = 117+132+4=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #758404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758404 is #8A7BFB. Grayscale: #717171. Windows color (decimal): -9075708 or 296053. OLE color: 296053.

HSL color Cylindrical-coordinate representation of color #758404: hue angle of 67.03º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #758404 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 132 4 -
CMYK 0.11 0 0.97 0.48
HSL 67.03º 0.94% 0.27% -
HSV(B) 67.03º 0.97% 0.52% -
XYZ 15.61 20.29 3.21 -
YUV 112.92 66.53 130.91 -
System Red Green Blue C M Y K H S L
Decimal 117 132 4 0.11 0 0.97 0.48 67.03 0.94 0.27
Hex 75 84 4 B 0 61 30 43 5E 1B
Octal 165 204 4 13 0 141 60 103 136 33
Binary 1110101 10000100 100 1011 0 1100001 110000 1000011 1011110 11011

Color Harmonies of #758404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758404

Black with #758404

Text Example


Text Example

White with #758404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758404; }

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

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

background-color css

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

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

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

border-color css

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

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

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