Html Css Color HEX #958906 Olive

📋 copy color: '#958906'

red 149 ◦ green 137 ◦ blue 6

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

Shades of Olive #958906

Tints of Olive #958906

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.92%

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

R = 51.03%
G = 46.92%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#958906 (or 0x958906) is known color: Olive. HEX triplet: 95, 89 and 06. RGB value is (149,137,6). Sum of RGB (Red+Green+Blue) = 149+137+6=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #958906 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958906 is #6A76F9. Grayscale: #7E7E7E. Windows color (decimal): -6977274 or 428437. OLE color: 428437.

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

Color convert

RGB 149 137 6 -
CMYK 0 0.08 0.96 0.42
HSL 54.97º 0.92% 0.3% -
HSV(B) 54.97º 0.96% 0.58% -
XYZ 21.37 24.29 3.74 -
YUV 125.65 60.48 144.65 -
System Red Green Blue C M Y K H S L
Decimal 149 137 6 0 0.08 0.96 0.42 54.97 0.92 0.3
Hex 95 89 6 0 8 60 2A 37 5C 1E
Octal 225 211 6 0 10 140 52 67 134 36
Binary 10010101 10001001 110 0 1000 1100000 101010 110111 1011100 11110

Color Harmonies of #958906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958906

Black with #958906

Text Example


Text Example

White with #958906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958906; }

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

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

background-color css

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

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

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

border-color css

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

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

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