Html Css Color HEX #9FA792 Delta

📋 copy color: '#9FA792'

red 159 ◦ green 167 ◦ blue 146

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

Shades of Delta #9FA792

Tints of Delta #9FA792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.93%

R = 33.69%
G = 35.38%
B = 30.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#9FA792 (or 0x9FA792) is known color: Delta. HEX triplet: 9F, A7 and 92. RGB value is (159,167,146). Sum of RGB (Red+Green+Blue) = 159+167+146=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA792 is #60586D. Grayscale: #A2A2A2. Windows color (decimal): -6314094 or 9611167. OLE color: 9611167.

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

Color convert

RGB 159 167 146 -
CMYK 0.05 0 0.13 0.35
HSL 82.86º 0.11% 0.61% -
HSV(B) 82.86º 0.13% 0.65% -
XYZ 33.31 37.08 32.6 -
YUV 162.21 118.85 125.71 -
System Red Green Blue C M Y K H S L
Decimal 159 167 146 0.05 0 0.13 0.35 82.86 0.11 0.61
Hex 9F A7 92 5 0 D 23 53 B 3D
Octal 237 247 222 5 0 15 43 123 13 75
Binary 10011111 10100111 10010010 101 0 1101 100011 1010011 1011 111101

Color Harmonies of #9FA792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA792

Black with #9FA792

Text Example


Text Example

White with #9FA792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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