Html Css Color HEX #759206 Olive

📋 copy color: '#759206'

red 117 ◦ green 146 ◦ blue 6

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

Shades of Olive #759206

Tints of Olive #759206

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.28%

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

R = 43.49%
G = 54.28%
B = 2.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#759206 (or 0x759206) is known color: Olive. HEX triplet: 75, 92 and 06. RGB value is (117,146,6). Sum of RGB (Red+Green+Blue) = 117+146+6=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #759206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759206 is #8A6DF9. Grayscale: #797979. Windows color (decimal): -9072122 or 430709. OLE color: 430709.

HSL color Cylindrical-coordinate representation of color #759206: hue angle of 72.43º 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 #759206 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 146 6 -
CMYK 0.20 0 0.96 0.43
HSL 72.43º 0.92% 0.3% -
HSV(B) 72.43º 0.96% 0.57% -
XYZ 17.65 24.35 3.94 -
YUV 121.37 62.89 124.88 -
System Red Green Blue C M Y K H S L
Decimal 117 146 6 0.20 0 0.96 0.43 72.43 0.92 0.3
Hex 75 92 6 14 0 60 2B 48 5C 1E
Octal 165 222 6 24 0 140 53 110 134 36
Binary 1110101 10010010 110 10100 0 1100000 101011 1001000 1011100 11110

Color Harmonies of #759206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759206

Black with #759206

Text Example


Text Example

White with #759206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759206; }

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

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

background-color css

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

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

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

border-color css

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

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

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