#8CBC7B

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

Shades of Olivine #8CBC7B

Tints of Olivine #8CBC7B

Color information

#8CBC7B (or 0x8CBC7B) is unknown color: approx Olivine. HEX triplet: 8C, BC and 7B. RGB value is (140,188,123). Sum of RGB (Red+Green+Blue) = 140+188+123=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBC7B is #734384. Grayscale: #A6A6A6. Windows color (decimal): -7553925 or 8109196. OLE color: 8109196.

HSL color Cylindrical-coordinate representation of color #8CBC7B: hue angle of 104.31º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CBC7B is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB140188123-
CMYK0.2600.350.26
HSL104.31º32.66%60.98%-
HSV(B)104.31º34.57%73.73%-
XYZ32.3742.9725.33-
YUV166.24103.6109.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.04%
GREEN value IS 188 (73.83% from 255) = 41.69%
BLUE value IS 123 (48.44% from 255) = 27.27%
R=31.04%
G=41.69%
B=27.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401881230.2600.350.26104.3132.6660.98
Hex8CBC7B1A0231A68213d
Octal21427417332043321504175
Binary10001100101111001111011110100100011110101101000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,188,123); }

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

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

 a { background-color: rgb(140,188,123); }

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

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

 span { border-color: rgb(140,188,123); }

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