Html Css Color HEX #959F47 Highball

📋 copy color: '#959F47'

red 149 ◦ green 159 ◦ blue 71

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

Shades of Highball #959F47

Tints of Highball #959F47

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.95%

 BLUE value IS 71 (28.13% from 255) = 18.73%

R = 39.31%
G = 41.95%
B = 18.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#959F47 (or 0x959F47) is known color: Highball. HEX triplet: 95, 9F and 47. RGB value is (149,159,71). Sum of RGB (Red+Green+Blue) = 149+159+71=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 159 - color contains mainly: green. Hex color #959F47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959F47 is #6A60B8. Grayscale: #929292. Windows color (decimal): -6971577 or 4693909. OLE color: 4693909.

HSL color Cylindrical-coordinate representation of color #959F47: hue angle of 66.82º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #959F47 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 159 71 -
CMYK 0.06 0 0.55 0.38
HSL 66.82º 0.38% 0.45% -
HSV(B) 66.82º 0.55% 0.62% -
XYZ 25.93 31.64 10.7 -
YUV 145.98 85.69 130.16 -
System Red Green Blue C M Y K H S L
Decimal 149 159 71 0.06 0 0.55 0.38 66.82 0.38 0.45
Hex 95 9F 47 6 0 37 26 43 26 2D
Octal 225 237 107 6 0 67 46 103 46 55
Binary 10010101 10011111 1000111 110 0 110111 100110 1000011 100110 101101

Color Harmonies of #959F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959F47

Black with #959F47

Text Example


Text Example

White with #959F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959F47; }

 p { color: rgb(149,159,71); }

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

background-color css

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

 a { background-color: rgb(149,159,71); }

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

border-color css

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

 span { border-color: rgb(149,159,71); }

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