Html Css Color HEX #969F41 Highball

📋 copy color: '#969F41'

red 150 ◦ green 159 ◦ blue 65

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

Shades of Highball #969F41

Tints of Highball #969F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.38%

R = 40.11%
G = 42.51%
B = 17.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#969F41 (or 0x969F41) is known color: Highball. HEX triplet: 96, 9F and 41. RGB value is (150,159,65). Sum of RGB (Red+Green+Blue) = 150+159+65=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 159 - color contains mainly: green. Hex color #969F41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969F41 is #6960BE. Grayscale: #919191. Windows color (decimal): -6906047 or 4300694. OLE color: 4300694.

HSL color Cylindrical-coordinate representation of color #969F41: hue angle of 65.74º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #969F41 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 159 65 -
CMYK 0.06 0 0.59 0.38
HSL 65.74º 0.42% 0.44% -
HSV(B) 65.74º 0.59% 0.62% -
XYZ 25.93 31.66 9.75 -
YUV 145.59 82.52 131.14 -
System Red Green Blue C M Y K H S L
Decimal 150 159 65 0.06 0 0.59 0.38 65.74 0.42 0.44
Hex 96 9F 41 6 0 3B 26 42 2A 2C
Octal 226 237 101 6 0 73 46 102 52 54
Binary 10010110 10011111 1000001 110 0 111011 100110 1000010 101010 101100

Color Harmonies of #969F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969F41

Black with #969F41

Text Example


Text Example

White with #969F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969F41; }

 p { color: rgb(150,159,65); }

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

background-color css

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

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

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

border-color css

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

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

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