Html Css Color HEX #9FAF68 Green Smoke

📋 copy color: '#9FAF68'

red 159 ◦ green 175 ◦ blue 104

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

Shades of Green Smoke #9FAF68

Tints of Green Smoke #9FAF68

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.95%

 BLUE value IS 104 (41.02% from 255) = 23.74%

R = 36.3%
G = 39.95%
B = 23.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#9FAF68 (or 0x9FAF68) is known color: Green Smoke. HEX triplet: 9F, AF and 68. RGB value is (159,175,104). Sum of RGB (Red+Green+Blue) = 159+175+104=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAF68 is #605097. Grayscale: #A2A2A2. Windows color (decimal): -6312088 or 6860703. OLE color: 6860703.

HSL color Cylindrical-coordinate representation of color #9FAF68: hue angle of 73.52º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FAF68 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 175 104 -
CMYK 0.09 0 0.41 0.31
HSL 73.52º 0.31% 0.55% -
HSV(B) 73.52º 0.41% 0.69% -
XYZ 32.13 39.03 18.94 -
YUV 162.12 95.2 125.77 -
System Red Green Blue C M Y K H S L
Decimal 159 175 104 0.09 0 0.41 0.31 73.52 0.31 0.55
Hex 9F AF 68 9 0 29 1F 4A 1F 37
Octal 237 257 150 11 0 51 37 112 37 67
Binary 10011111 10101111 1101000 1001 0 101001 11111 1001010 11111 110111

Color Harmonies of #9FAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAF68

Black with #9FAF68

Text Example


Text Example

White with #9FAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,175,104); }

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

background-color css

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

 a { background-color: rgb(159,175,104); }

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

border-color css

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

 span { border-color: rgb(159,175,104); }

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