#8CBF72

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

Shades of Olivine #8CBF72

Tints of Olivine #8CBF72

Color information

#8CBF72 (or 0x8CBF72) is unknown color: approx Olivine. HEX triplet: 8C, BF and 72. RGB value is (140,191,114). Sum of RGB (Red+Green+Blue) = 140+191+114=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBF72 is #73408D. Grayscale: #A7A7A7. Windows color (decimal): -7553166 or 7520140. OLE color: 7520140.

HSL color Cylindrical-coordinate representation of color #8CBF72: hue angle of 99.74º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CBF72 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB140191114-
CMYK0.2700.400.25
HSL99.74º37.56%59.8%-
HSV(B)99.74º40.31%74.9%-
XYZ32.4844.0522.71-
YUV166.9798.1108.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.46%
GREEN value IS 191 (75% from 255) = 42.92%
BLUE value IS 114 (44.92% from 255) = 25.62%
R=31.46%
G=42.92%
B=25.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401911140.2700.400.2599.7437.5659.8
Hex8CBF721B0281964263c
Octal21427716233050311444674
Binary10001100101111111110010110110101000110011100100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,191,114); }

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

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

 a { background-color: rgb(140,191,114); }

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

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

 span { border-color: rgb(140,191,114); }

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