#8DB07B

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

Shades of Olivine #8DB07B

Tints of Olivine #8DB07B

Color information

#8DB07B (or 0x8DB07B) is unknown color: approx Olivine. HEX triplet: 8D, B0 and 7B. RGB value is (141,176,123). Sum of RGB (Red+Green+Blue) = 141+176+123=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB07B is #724F84. Grayscale: #9F9F9F. Windows color (decimal): -7491461 or 8106125. OLE color: 8106125.

HSL color Cylindrical-coordinate representation of color #8DB07B: hue angle of 99.62º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DB07B is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB141176123-
CMYK0.2000.300.31
HSL99.62º25.12%58.63%-
HSV(B)99.62º30.11%69.02%-
XYZ30.0838.1424.52-
YUV159.49107.4114.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.05%
GREEN value IS 176 (69.14% from 255) = 40%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=32.05%
G=40%
B=27.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411761230.2000.300.3199.6225.1258.63
Hex8DB07B1401E1F64193b
Octal21526017324036371443173
Binary100011011011000011110111010001111011111110010011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,176,123); }

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

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

 a { background-color: rgb(141,176,123); }

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

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

 span { border-color: rgb(141,176,123); }

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