Html Css Color HEX #9DA268 Green Smoke

📋 copy color: '#9DA268'

red 157 ◦ green 162 ◦ blue 104

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

Shades of Green Smoke #9DA268

Tints of Green Smoke #9DA268

RGB

 RED value IS 157 (61.72% from 255) = 37.12%

 GREEN value IS 162 (63.67% from 255) = 38.3%

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

R = 37.12%
G = 38.3%
B = 24.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#9DA268 (or 0x9DA268) is known color: Green Smoke. HEX triplet: 9D, A2 and 68. RGB value is (157,162,104). Sum of RGB (Red+Green+Blue) = 157+162+104=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA268 is #625D97. Grayscale: #9A9A9A. Windows color (decimal): -6446488 or 6857373. OLE color: 6857373.

HSL color Cylindrical-coordinate representation of color #9DA268: hue angle of 65.17º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DA268 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 157 162 104 -
CMYK 0.03 0 0.36 0.36
HSL 65.17º 0.24% 0.52% -
HSV(B) 65.17º 0.36% 0.64% -
XYZ 29.32 34.01 18.12 -
YUV 153.89 99.84 130.22 -
System Red Green Blue C M Y K H S L
Decimal 157 162 104 0.03 0 0.36 0.36 65.17 0.24 0.52
Hex 9D A2 68 3 0 24 24 41 18 34
Octal 235 242 150 3 0 44 44 101 30 64
Binary 10011101 10100010 1101000 11 0 100100 100100 1000001 11000 110100

Color Harmonies of #9DA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA268

Black with #9DA268

Text Example


Text Example

White with #9DA268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,162,104); }

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

background-color css

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

 a { background-color: rgb(157,162,104); }

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

border-color css

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

 span { border-color: rgb(157,162,104); }

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