Html Css Color HEX #999740 Highball

📋 copy color: '#999740'

red 153 ◦ green 151 ◦ blue 64

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

Shades of Highball #999740

Tints of Highball #999740

RGB

 RED value IS 153 (60.16% from 255) = 41.58%

 GREEN value IS 151 (59.38% from 255) = 41.03%

 BLUE value IS 64 (25.39% from 255) = 17.39%

R = 41.58%
G = 41.03%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#999740 (or 0x999740) is known color: Highball. HEX triplet: 99, 97 and 40. RGB value is (153,151,64). Sum of RGB (Red+Green+Blue) = 153+151+64=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #999740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999740 is #6668BF. Grayscale: #8E8E8E. Windows color (decimal): -6711488 or 4233113. OLE color: 4233113.

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

Color convert

RGB 153 151 64 -
CMYK 0 0.01 0.58 0.4
HSL 58.65º 0.41% 0.43% -
HSV(B) 58.65º 0.58% 0.6% -
XYZ 25.13 29.28 9.18 -
YUV 141.68 84.16 136.07 -
System Red Green Blue C M Y K H S L
Decimal 153 151 64 0 0.01 0.58 0.4 58.65 0.41 0.43
Hex 99 97 40 0 1 3A 28 3B 29 2B
Octal 231 227 100 0 1 72 50 73 51 53
Binary 10011001 10010111 1000000 0 1 111010 101000 111011 101001 101011

Color Harmonies of #999740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999740

Black with #999740

Text Example


Text Example

White with #999740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999740; }

 p { color: rgb(153,151,64); }

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

background-color css

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

 a { background-color: rgb(153,151,64); }

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

border-color css

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

 span { border-color: rgb(153,151,64); }

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