Html Css Color HEX #969942 Highball

📋 copy color: '#969942'

red 150 ◦ green 153 ◦ blue 66

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

Shades of Highball #969942

Tints of Highball #969942

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.46%

 BLUE value IS 66 (26.17% from 255) = 17.89%

R = 40.65%
G = 41.46%
B = 17.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#969942 (or 0x969942) is known color: Highball. HEX triplet: 96, 99 and 42. RGB value is (150,153,66). Sum of RGB (Red+Green+Blue) = 150+153+66=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #969942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969942 is #6966BD. Grayscale: #8E8E8E. Windows color (decimal): -6907582 or 4364694. OLE color: 4364694.

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

Color convert

RGB 150 153 66 -
CMYK 0.02 0 0.57 0.4
HSL 62.07º 0.4% 0.43% -
HSV(B) 62.07º 0.57% 0.6% -
XYZ 24.95 29.66 9.56 -
YUV 142.19 85.01 133.57 -
System Red Green Blue C M Y K H S L
Decimal 150 153 66 0.02 0 0.57 0.4 62.07 0.4 0.43
Hex 96 99 42 2 0 39 28 3E 28 2B
Octal 226 231 102 2 0 71 50 76 50 53
Binary 10010110 10011001 1000010 10 0 111001 101000 111110 101000 101011

Color Harmonies of #969942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969942

Black with #969942

Text Example


Text Example

White with #969942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969942; }

 p { color: rgb(150,153,66); }

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

background-color css

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

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

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

border-color css

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

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

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