Html Css Color HEX #759105 Olive

📋 copy color: '#759105'

red 117 ◦ green 145 ◦ blue 5

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

Shades of Olive #759105

Tints of Olive #759105

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.31%

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 43.82%
G = 54.31%
B = 1.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#759105 (or 0x759105) is known color: Olive. HEX triplet: 75, 91 and 05. RGB value is (117,145,5). Sum of RGB (Red+Green+Blue) = 117+145+5=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 145 (57.03% from 255 or 54.31% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 145 - color contains mainly: green. Hex color #759105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759105 is #8A6EFA. Grayscale: #797979. Windows color (decimal): -9072379 or 364917. OLE color: 364917.

HSL color Cylindrical-coordinate representation of color #759105: hue angle of 72º degrees, saturation: 0.93, 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 #759105 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 145 5 -
CMYK 0.19 0 0.97 0.43
HSL 72º 0.93% 0.29% -
HSV(B) 72º 0.97% 0.57% -
XYZ 17.49 24.04 3.86 -
YUV 120.67 62.72 125.38 -
System Red Green Blue C M Y K H S L
Decimal 117 145 5 0.19 0 0.97 0.43 72 0.93 0.29
Hex 75 91 5 13 0 61 2B 48 5D 1D
Octal 165 221 5 23 0 141 53 110 135 35
Binary 1110101 10010001 101 10011 0 1100001 101011 1001000 1011101 11101

Color Harmonies of #759105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759105

Black with #759105

Text Example


Text Example

White with #759105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759105; }

 p { color: rgb(117,145,5); }

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

background-color css

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

 a { background-color: rgb(117,145,5); }

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

border-color css

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

 span { border-color: rgb(117,145,5); }

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