Html Css Color HEX #9FA78F Delta

📋 copy color: '#9FA78F'

red 159 ◦ green 167 ◦ blue 143

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

Shades of Delta #9FA78F

Tints of Delta #9FA78F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.61%

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

R = 33.9%
G = 35.61%
B = 30.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#9FA78F (or 0x9FA78F) is known color: Delta. HEX triplet: 9F, A7 and 8F. RGB value is (159,167,143). Sum of RGB (Red+Green+Blue) = 159+167+143=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA78F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA78F is #605870. Grayscale: #A1A1A1. Windows color (decimal): -6314097 or 9414559. OLE color: 9414559.

HSL color Cylindrical-coordinate representation of color #9FA78F: hue angle of 80º degrees, saturation: 0.12, 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 #9FA78F is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 167 143 -
CMYK 0.05 0 0.14 0.35
HSL 80º 0.12% 0.61% -
HSV(B) 80º 0.14% 0.65% -
XYZ 33.07 36.99 31.38 -
YUV 161.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 159 167 143 0.05 0 0.14 0.35 80 0.12 0.61
Hex 9F A7 8F 5 0 E 23 50 C 3D
Octal 237 247 217 5 0 16 43 120 14 75
Binary 10011111 10100111 10001111 101 0 1110 100011 1010000 1100 111101

Color Harmonies of #9FA78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA78F

Black with #9FA78F

Text Example


Text Example

White with #9FA78F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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