Html Css Color HEX #758304 Olive

📋 copy color: '#758304'

red 117 ◦ green 131 ◦ blue 4

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

Shades of Olive #758304

Tints of Olive #758304

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.98%

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

R = 46.43%
G = 51.98%
B = 1.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#758304 (or 0x758304) is known color: Olive. HEX triplet: 75, 83 and 04. RGB value is (117,131,4). Sum of RGB (Red+Green+Blue) = 117+131+4=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #758304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758304 is #8A7CFB. Grayscale: #707070. Windows color (decimal): -9075964 or 295797. OLE color: 295797.

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

Color convert

RGB 117 131 4 -
CMYK 0.11 0 0.97 0.49
HSL 66.61º 0.94% 0.26% -
HSV(B) 66.61º 0.97% 0.51% -
XYZ 15.47 20.02 3.16 -
YUV 112.34 66.86 131.33 -
System Red Green Blue C M Y K H S L
Decimal 117 131 4 0.11 0 0.97 0.49 66.61 0.94 0.26
Hex 75 83 4 B 0 61 31 43 5E 1A
Octal 165 203 4 13 0 141 61 103 136 32
Binary 1110101 10000011 100 1011 0 1100001 110001 1000011 1011110 11010

Color Harmonies of #758304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758304

Black with #758304

Text Example


Text Example

White with #758304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758304; }

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

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

background-color css

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

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

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

border-color css

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

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

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