Html Css Color HEX #96964F Highball

📋 copy color: '#96964F'

red 150 ◦ green 150 ◦ blue 79

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

Shades of Highball #96964F

Tints of Highball #96964F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.58%

 BLUE value IS 79 (31.25% from 255) = 20.84%

R = 39.58%
G = 39.58%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#96964F (or 0x96964F) is known color: Highball. HEX triplet: 96, 96 and 4F. RGB value is (150,150,79). Sum of RGB (Red+Green+Blue) = 150+150+79=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96964F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96964F is #6969B0. Grayscale: #8E8E8E. Windows color (decimal): -6908337 or 5215894. OLE color: 5215894.

HSL color Cylindrical-coordinate representation of color #96964F: hue angle of 60º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96964F is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 150 79 -
CMYK 0 0 0.47 0.41
HSL 60º 0.31% 0.45% -
HSV(B) 60º 0.47% 0.59% -
XYZ 24.9 28.86 11.66 -
YUV 141.91 92.5 133.77 -
System Red Green Blue C M Y K H S L
Decimal 150 150 79 0 0 0.47 0.41 60 0.31 0.45
Hex 96 96 4F 0 0 2F 29 3C 1F 2D
Octal 226 226 117 0 0 57 51 74 37 55
Binary 10010110 10010110 1001111 0 0 101111 101001 111100 11111 101101

Color Harmonies of #96964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96964F

Black with #96964F

Text Example


Text Example

White with #96964F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96964F; }

 p { color: rgb(150,150,79); }

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

background-color css

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

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

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

border-color css

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

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

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