Html Css Color HEX #9EA378 Locust

📋 copy color: '#9EA378'

red 158 ◦ green 163 ◦ blue 120

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

Shades of Locust #9EA378

Tints of Locust #9EA378

RGB

 RED value IS 158 (62.11% from 255) = 35.83%

 GREEN value IS 163 (64.06% from 255) = 36.96%

 BLUE value IS 120 (47.27% from 255) = 27.21%

R = 35.83%
G = 36.96%
B = 27.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#9EA378 (or 0x9EA378) is known color: Locust. HEX triplet: 9E, A3 and 78. RGB value is (158,163,120). Sum of RGB (Red+Green+Blue) = 158+163+120=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 163 - color contains mainly: green. Hex color #9EA378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA378 is #615C87. Grayscale: #9C9C9C. Windows color (decimal): -6380680 or 7906206. OLE color: 7906206.

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

Color convert

RGB 158 163 120 -
CMYK 0.03 0 0.26 0.36
HSL 66.98º 0.19% 0.55% -
HSV(B) 66.98º 0.26% 0.64% -
XYZ 30.59 34.82 22.88 -
YUV 156.6 107.34 129 -
System Red Green Blue C M Y K H S L
Decimal 158 163 120 0.03 0 0.26 0.36 66.98 0.19 0.55
Hex 9E A3 78 3 0 1A 24 43 13 37
Octal 236 243 170 3 0 32 44 103 23 67
Binary 10011110 10100011 1111000 11 0 11010 100100 1000011 10011 110111

Color Harmonies of #9EA378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA378

Black with #9EA378

Text Example


Text Example

White with #9EA378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,163,120); }

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

background-color css

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

 a { background-color: rgb(158,163,120); }

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

border-color css

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

 span { border-color: rgb(158,163,120); }

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