Html Css Color HEX #959140 Highball

📋 copy color: '#959140'

red 149 ◦ green 145 ◦ blue 64

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

Shades of Highball #959140

Tints of Highball #959140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.88%

R = 41.62%
G = 40.5%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#959140 (or 0x959140) is known color: Highball. HEX triplet: 95, 91 and 40. RGB value is (149,145,64). Sum of RGB (Red+Green+Blue) = 149+145+64=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #959140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959140 is #6A6EBF. Grayscale: #898989. Windows color (decimal): -6975168 or 4231573. OLE color: 4231573.

HSL color Cylindrical-coordinate representation of color #959140: hue angle of 57.18º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #959140 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 145 64 -
CMYK 0 0.03 0.57 0.42
HSL 57.18º 0.4% 0.42% -
HSV(B) 57.18º 0.57% 0.58% -
XYZ 23.45 27.01 8.83 -
YUV 136.96 86.83 136.59 -
System Red Green Blue C M Y K H S L
Decimal 149 145 64 0 0.03 0.57 0.42 57.18 0.4 0.42
Hex 95 91 40 0 3 39 2A 39 28 2A
Octal 225 221 100 0 3 71 52 71 50 52
Binary 10010101 10010001 1000000 0 11 111001 101010 111001 101000 101010

Color Harmonies of #959140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959140

Black with #959140

Text Example


Text Example

White with #959140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959140; }

 p { color: rgb(149,145,64); }

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

background-color css

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

 a { background-color: rgb(149,145,64); }

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

border-color css

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

 span { border-color: rgb(149,145,64); }

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