Html Css Color HEX #9FA64B Green Smoke

📋 copy color: '#9FA64B'

red 159 ◦ green 166 ◦ blue 75

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

Shades of Green Smoke #9FA64B

Tints of Green Smoke #9FA64B

RGB

 RED value IS 159 (62.5% from 255) = 39.75%

 GREEN value IS 166 (65.23% from 255) = 41.5%

 BLUE value IS 75 (29.69% from 255) = 18.75%

R = 39.75%
G = 41.5%
B = 18.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#9FA64B (or 0x9FA64B) is known color: Green Smoke. HEX triplet: 9F, A6 and 4B. RGB value is (159,166,75). Sum of RGB (Red+Green+Blue) = 159+166+75=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA64B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA64B is #6059B4. Grayscale: #999999. Windows color (decimal): -6314421 or 4957855. OLE color: 4957855.

HSL color Cylindrical-coordinate representation of color #9FA64B: hue angle of 64.62º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FA64B is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 166 75 -
CMYK 0.04 0 0.55 0.35
HSL 64.62º 0.38% 0.47% -
HSV(B) 64.62º 0.55% 0.65% -
XYZ 29.2 35.15 11.9 -
YUV 153.53 83.68 131.9 -
System Red Green Blue C M Y K H S L
Decimal 159 166 75 0.04 0 0.55 0.35 64.62 0.38 0.47
Hex 9F A6 4B 4 0 37 23 41 26 2F
Octal 237 246 113 4 0 67 43 101 46 57
Binary 10011111 10100110 1001011 100 0 110111 100011 1000001 100110 101111

Color Harmonies of #9FA64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA64B

Black with #9FA64B

Text Example


Text Example

White with #9FA64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FA64B; }

 p { color: rgb(159,166,75); }

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

background-color css

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

 a { background-color: rgb(159,166,75); }

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

border-color css

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

 span { border-color: rgb(159,166,75); }

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