Html Css Color HEX #9DA07E Locust

📋 copy color: '#9DA07E'

red 157 ◦ green 160 ◦ blue 126

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

Shades of Locust #9DA07E

Tints of Locust #9DA07E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.12%

 BLUE value IS 126 (49.61% from 255) = 28.44%

R = 35.44%
G = 36.12%
B = 28.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#9DA07E (or 0x9DA07E) is known color: Locust. HEX triplet: 9D, A0 and 7E. RGB value is (157,160,126). Sum of RGB (Red+Green+Blue) = 157+160+126=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA07E is #625F81. Grayscale: #9B9B9B. Windows color (decimal): -6446978 or 8298653. OLE color: 8298653.

HSL color Cylindrical-coordinate representation of color #9DA07E: hue angle of 65.29º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9DA07E is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 157 160 126 -
CMYK 0.02 0 0.21 0.37
HSL 65.29º 0.15% 0.56% -
HSV(B) 65.29º 0.21% 0.63% -
XYZ 30.24 33.82 24.67 -
YUV 155.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 157 160 126 0.02 0 0.21 0.37 65.29 0.15 0.56
Hex 9D A0 7E 2 0 15 25 41 F 38
Octal 235 240 176 2 0 25 45 101 17 70
Binary 10011101 10100000 1111110 10 0 10101 100101 1000001 1111 111000

Color Harmonies of #9DA07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA07E

Black with #9DA07E

Text Example


Text Example

White with #9DA07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,160,126); }

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

background-color css

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

 a { background-color: rgb(157,160,126); }

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

border-color css

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

 span { border-color: rgb(157,160,126); }

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