#8CB095

Color #8CB095 Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #8CB095

Tints of Summer Green #8CB095

Color information

#8CB095 (or 0x8CB095) is unknown color: approx Summer Green. HEX triplet: 8C, B0 and 95. RGB value is (140,176,149). Sum of RGB (Red+Green+Blue) = 140+176+149=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CB095 is #734F6A. Grayscale: #A2A2A2. Windows color (decimal): -7556971 or 9810060. OLE color: 9810060.

HSL color Cylindrical-coordinate representation of color #8CB095: hue angle of 135º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CB095 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB140176149-
CMYK0.2000.150.31
HSL135º18.56%61.96%-
HSV(B)135º20.45%69.02%-
XYZ31.7738.834.25-
YUV162.16120.57112.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.11%
GREEN value IS 176 (69.14% from 255) = 37.85%
BLUE value IS 149 (58.59% from 255) = 32.04%
R=30.11%
G=37.85%
B=32.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401761490.2000.150.3113518.5661.96
Hex8CB095140F1F87133e
Octal21426022524017372072376
Binary1000110010110000100101011010001111111111000011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CB095; }

 p { color: rgb(140,176,149); }

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

<style>
 a { background-color: #8CB095; }

 a { background-color: rgb(140,176,149); }

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

<style>
 span { border-color: #8CB095; }

 span { border-color: rgb(140,176,149); }

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