Html Css Color HEX #969346 Highball

📋 copy color: '#969346'

red 150 ◦ green 147 ◦ blue 70

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

Shades of Highball #969346

Tints of Highball #969346

RGB

 RED value IS 150 (58.98% from 255) = 40.87%

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

 BLUE value IS 70 (27.73% from 255) = 19.07%

R = 40.87%
G = 40.05%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#969346 (or 0x969346) is known color: Highball. HEX triplet: 96, 93 and 46. RGB value is (150,147,70). Sum of RGB (Red+Green+Blue) = 150+147+70=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #969346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969346 is #696CB9. Grayscale: #8B8B8B. Windows color (decimal): -6909114 or 4625302. OLE color: 4625302.

HSL color Cylindrical-coordinate representation of color #969346: hue angle of 57.75º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #969346 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 147 70 -
CMYK 0 0.02 0.53 0.41
HSL 57.75º 0.36% 0.43% -
HSV(B) 57.75º 0.53% 0.59% -
XYZ 24.12 27.79 9.89 -
YUV 139.12 88.99 135.76 -
System Red Green Blue C M Y K H S L
Decimal 150 147 70 0 0.02 0.53 0.41 57.75 0.36 0.43
Hex 96 93 46 0 2 35 29 3A 24 2B
Octal 226 223 106 0 2 65 51 72 44 53
Binary 10010110 10010011 1000110 0 10 110101 101001 111010 100100 101011

Color Harmonies of #969346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969346

Black with #969346

Text Example


Text Example

White with #969346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969346; }

 p { color: rgb(150,147,70); }

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

background-color css

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

 a { background-color: rgb(150,147,70); }

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

border-color css

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

 span { border-color: rgb(150,147,70); }

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