Html Css Color HEX #9FA68F Delta

📋 copy color: '#9FA68F'

red 159 ◦ green 166 ◦ blue 143

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

Shades of Delta #9FA68F

Tints of Delta #9FA68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.56%

R = 33.97%
G = 35.47%
B = 30.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#9FA68F (or 0x9FA68F) is known color: Delta. HEX triplet: 9F, A6 and 8F. RGB value is (159,166,143). Sum of RGB (Red+Green+Blue) = 159+166+143=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA68F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA68F is #605970. Grayscale: #A1A1A1. Windows color (decimal): -6314353 or 9414303. OLE color: 9414303.

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

Color convert

RGB 159 166 143 -
CMYK 0.04 0 0.14 0.35
HSL 78.26º 0.11% 0.61% -
HSV(B) 78.26º 0.14% 0.65% -
XYZ 32.89 36.63 31.32 -
YUV 161.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 159 166 143 0.04 0 0.14 0.35 78.26 0.11 0.61
Hex 9F A6 8F 4 0 E 23 4E B 3D
Octal 237 246 217 4 0 16 43 116 13 75
Binary 10011111 10100110 10001111 100 0 1110 100011 1001110 1011 111101

Color Harmonies of #9FA68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA68F

Black with #9FA68F

Text Example


Text Example

White with #9FA68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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