Html Css Color HEX #9DA07D Locust

📋 copy color: '#9DA07D'

red 157 ◦ green 160 ◦ blue 125

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

Shades of Locust #9DA07D

Tints of Locust #9DA07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.28%

R = 35.52%
G = 36.2%
B = 28.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#9DA07D (or 0x9DA07D) is known color: Locust. HEX triplet: 9D, A0 and 7D. RGB value is (157,160,125). Sum of RGB (Red+Green+Blue) = 157+160+125=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA07D is #625F82. Grayscale: #9B9B9B. Windows color (decimal): -6446979 or 8233117. OLE color: 8233117.

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

Color convert

RGB 157 160 125 -
CMYK 0.02 0 0.22 0.37
HSL 65.14º 0.16% 0.56% -
HSV(B) 65.14º 0.22% 0.63% -
XYZ 30.18 33.79 24.33 -
YUV 155.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 157 160 125 0.02 0 0.22 0.37 65.14 0.16 0.56
Hex 9D A0 7D 2 0 16 25 41 10 38
Octal 235 240 175 2 0 26 45 101 20 70
Binary 10011101 10100000 1111101 10 0 10110 100101 1000001 10000 111000

Color Harmonies of #9DA07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA07D

Black with #9DA07D

Text Example


Text Example

White with #9DA07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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