Html Css Color HEX #759106 Olive

📋 copy color: '#759106'

red 117 ◦ green 145 ◦ blue 6

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

Shades of Olive #759106

Tints of Olive #759106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.24%

R = 43.66%
G = 54.1%
B = 2.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#759106 (or 0x759106) is known color: Olive. HEX triplet: 75, 91 and 06. RGB value is (117,145,6). Sum of RGB (Red+Green+Blue) = 117+145+6=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #759106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759106 is #8A6EF9. Grayscale: #797979. Windows color (decimal): -9072378 or 430453. OLE color: 430453.

HSL color Cylindrical-coordinate representation of color #759106: hue angle of 72.09º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #759106 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 145 6 -
CMYK 0.19 0 0.96 0.43
HSL 72.09º 0.92% 0.3% -
HSV(B) 72.09º 0.96% 0.57% -
XYZ 17.49 24.05 3.89 -
YUV 120.78 63.22 125.3 -
System Red Green Blue C M Y K H S L
Decimal 117 145 6 0.19 0 0.96 0.43 72.09 0.92 0.3
Hex 75 91 6 13 0 60 2B 48 5C 1E
Octal 165 221 6 23 0 140 53 110 134 36
Binary 1110101 10010001 110 10011 0 1100000 101011 1001000 1011100 11110

Color Harmonies of #759106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759106

Black with #759106

Text Example


Text Example

White with #759106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759106; }

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

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

background-color css

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

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

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

border-color css

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

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

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