#94B27F

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

Shades of Olivine #94B27F

Tints of Olivine #94B27F

Color information

#94B27F (or 0x94B27F) is unknown color: approx Olivine. HEX triplet: 94, B2 and 7F. RGB value is (148,178,127). Sum of RGB (Red+Green+Blue) = 148+178+127=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 178 - color contains mainly: green. Hex color #94B27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B27F is #6B4D80. Grayscale: #A3A3A3. Windows color (decimal): -7032193 or 8368788. OLE color: 8368788.

HSL color Cylindrical-coordinate representation of color #94B27F: hue angle of 95.29º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94B27F is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB148178127-
CMYK0.1700.290.30
HSL95.29º24.88%59.8%-
HSV(B)95.29º28.65%69.8%-
XYZ31.9639.6726.05-
YUV163.22107.56117.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.67%
GREEN value IS 178 (69.92% from 255) = 39.29%
BLUE value IS 127 (50% from 255) = 28.04%
R=32.67%
G=39.29%
B=28.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1481781270.1700.290.3095.2924.8859.8
Hex94B27F1101D1E5f193c
Octal22426217721035361373174
Binary100101001011001011111111000101110111110101111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94B27F; }

 p { color: rgb(148,178,127); }

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

<style>
 a { background-color: #94B27F; }

 a { background-color: rgb(148,178,127); }

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

<style>
 span { border-color: #94B27F; }

 span { border-color: rgb(148,178,127); }

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