Html Css Color HEX #959306 Olive

📋 copy color: '#959306'

red 149 ◦ green 147 ◦ blue 6

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

Shades of Olive #959306

Tints of Olive #959306

RGB

 RED value IS 149 (58.59% from 255) = 49.34%

 GREEN value IS 147 (57.81% from 255) = 48.68%

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

R = 49.34%
G = 48.68%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#959306 (or 0x959306) is known color: Olive. HEX triplet: 95, 93 and 06. RGB value is (149,147,6). Sum of RGB (Red+Green+Blue) = 149+147+6=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #959306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959306 is #6A6CF9. Grayscale: #848484. Windows color (decimal): -6974714 or 430997. OLE color: 430997.

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

Color convert

RGB 149 147 6 -
CMYK 0 0.01 0.96 0.42
HSL 59.16º 0.92% 0.3% -
HSV(B) 59.16º 0.96% 0.58% -
XYZ 22.86 27.27 4.23 -
YUV 131.52 57.16 140.46 -
System Red Green Blue C M Y K H S L
Decimal 149 147 6 0 0.01 0.96 0.42 59.16 0.92 0.3
Hex 95 93 6 0 1 60 2A 3B 5C 1E
Octal 225 223 6 0 1 140 52 73 134 36
Binary 10010101 10010011 110 0 1 1100000 101010 111011 1011100 11110

Color Harmonies of #959306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959306

Black with #959306

Text Example


Text Example

White with #959306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959306; }

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

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

background-color css

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

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

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

border-color css

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

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

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