#8CBD7A

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

Shades of Olivine #8CBD7A

Tints of Olivine #8CBD7A

Color information

#8CBD7A (or 0x8CBD7A) is unknown color: approx Olivine. HEX triplet: 8C, BD and 7A. RGB value is (140,189,122). Sum of RGB (Red+Green+Blue) = 140+189+122=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBD7A is #734285. Grayscale: #A6A6A6. Windows color (decimal): -7553670 or 8043916. OLE color: 8043916.

HSL color Cylindrical-coordinate representation of color #8CBD7A: hue angle of 103.88º degrees, saturation: 0.34, 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 #8CBD7A is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB140189122-
CMYK0.2600.350.26
HSL103.88º33.67%60.98%-
HSV(B)103.88º35.45%74.12%-
XYZ32.5343.3825.07-
YUV166.71102.77108.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.04%
GREEN value IS 189 (74.22% from 255) = 41.91%
BLUE value IS 122 (48.05% from 255) = 27.05%
R=31.04%
G=41.91%
B=27.05%

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
Decimal1401891220.2600.350.26103.8833.6760.98
Hex8CBD7A1A0231A68223d
Octal21427517232043321504275
Binary10001100101111011111010110100100011110101101000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,189,122); }

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

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

 a { background-color: rgb(140,189,122); }

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

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

 span { border-color: rgb(140,189,122); }

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