Html Css Color HEX #758204 Olive

📋 copy color: '#758204'

red 117 ◦ green 130 ◦ blue 4

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

Shades of Olive #758204

Tints of Olive #758204

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.79%

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

R = 46.61%
G = 51.79%
B = 1.59%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#758204 (or 0x758204) is known color: Olive. HEX triplet: 75, 82 and 04. RGB value is (117,130,4). Sum of RGB (Red+Green+Blue) = 117+130+4=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #758204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758204 is #8A7DFB. Grayscale: #707070. Windows color (decimal): -9076220 or 295541. OLE color: 295541.

HSL color Cylindrical-coordinate representation of color #758204: hue angle of 66.19º 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 #758204 is Cyan = 0.1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 130 4 -
CMYK 0.1 0 0.97 0.49
HSL 66.19º 0.94% 0.26% -
HSV(B) 66.19º 0.97% 0.51% -
XYZ 15.34 19.76 3.12 -
YUV 111.75 67.19 131.75 -
System Red Green Blue C M Y K H S L
Decimal 117 130 4 0.1 0 0.97 0.49 66.19 0.94 0.26
Hex 75 82 4 A 0 61 31 42 5E 1A
Octal 165 202 4 12 0 141 61 102 136 32
Binary 1110101 10000010 100 1010 0 1100001 110001 1000010 1011110 11010

Color Harmonies of #758204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758204

Black with #758204

Text Example


Text Example

White with #758204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758204; }

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

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

background-color css

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

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

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

border-color css

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

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

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