Html Css Color HEX #759506 Olive

📋 copy color: '#759506'

red 117 ◦ green 149 ◦ blue 6

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

Shades of Olive #759506

Tints of Olive #759506

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.78%

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

R = 43.01%
G = 54.78%
B = 2.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#759506 (or 0x759506) is known color: Olive. HEX triplet: 75, 95 and 06. RGB value is (117,149,6). Sum of RGB (Red+Green+Blue) = 117+149+6=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 149 (58.59% from 255 or 54.78% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 149 - color contains mainly: green. Hex color #759506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759506 is #8A6AF9. Grayscale: #7B7B7B. Windows color (decimal): -9071354 or 431477. OLE color: 431477.

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

Color convert

RGB 117 149 6 -
CMYK 0.21 0 0.96 0.42
HSL 73.43º 0.92% 0.3% -
HSV(B) 73.43º 0.96% 0.58% -
XYZ 18.12 25.29 4.1 -
YUV 123.13 61.9 123.63 -
System Red Green Blue C M Y K H S L
Decimal 117 149 6 0.21 0 0.96 0.42 73.43 0.92 0.3
Hex 75 95 6 15 0 60 2A 49 5C 1E
Octal 165 225 6 25 0 140 52 111 134 36
Binary 1110101 10010101 110 10101 0 1100000 101010 1001001 1011100 11110

Color Harmonies of #759506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759506

Black with #759506

Text Example


Text Example

White with #759506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759506; }

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

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

background-color css

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

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

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

border-color css

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

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

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