#9CB75A

Color #9CB75A Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #9CB75A

Tints of Green Smoke #9CB75A

Color information

#9CB75A (or 0x9CB75A) is unknown color: approx Green Smoke. HEX triplet: 9C, B7 and 5A. RGB value is (156,183,90). Sum of RGB (Red+Green+Blue) = 156+183+90=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB75A is #6348A5. Grayscale: #A4A4A4. Windows color (decimal): -6506662 or 5945244. OLE color: 5945244.

HSL color Cylindrical-coordinate representation of color #9CB75A: hue angle of 77.42º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CB75A is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB15618390-
CMYK0.1500.510.28
HSL77.42º39.24%53.53%-
HSV(B)77.42º50.82%71.76%-
XYZ32.4941.6716-
YUV164.3286.05122.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.36%
GREEN value IS 183 (71.88% from 255) = 42.66%
BLUE value IS 90 (35.55% from 255) = 20.98%
R=36.36%
G=42.66%
B=20.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal156183900.1500.510.2877.4239.2453.53
Hex9CB75AF0331C4d2736
Octal23426713217063341154766
Binary1001110010110111101101011110110011111001001101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,183,90); }

 H1.HeaderClassName
 {
   color: #9CB75A;
 }
 .AnyTagClassName
 {
   color: #9CB75A;
 }
</style>
background-color css

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

 a { background-color: rgb(156,183,90); }

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

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

 span { border-color: rgb(156,183,90); }

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