#969738

Color #969738 Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #969738

Tints of Highball #969738

Color information

#969738 (or 0x969738) is unknown color: approx Highball. HEX triplet: 96, 97 and 38. RGB value is (150,151,56). Sum of RGB (Red+Green+Blue) = 150+151+56=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 151 - color contains mainly: green. Hex color #969738 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969738 is #6968C7. Grayscale: #8C8C8C. Windows color (decimal): -6908104 or 3708822. OLE color: 3708822.

HSL color Cylindrical-coordinate representation of color #969738: hue angle of 60.63º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #969738 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB15015156-
CMYK0.0100.630.41
HSL60.63º45.89%40.59%-
HSV(B)60.63º62.91%59.22%-
XYZ24.3628.98.04-
YUV139.8780.67135.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 151 (59.38% from 255) = 42.30%
BLUE value IS 56 (22.27% from 255) = 15.69%
R=42.02%
G=42.30%
B=15.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150151560.0100.630.4160.6345.8940.59
Hex969738103F293d2e29
Octal22622770107751755651
Binary100101101001011111100010111111101001111101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969738; }

 p { color: rgb(150,151,56); }

 H1.HeaderClassName
 {
   color: #969738;
 }
 .AnyTagClassName
 {
   color: #969738;
 }
</style>
background-color css

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

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

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

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

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

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