#94B67F

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

Shades of Olivine #94B67F

Tints of Olivine #94B67F

Color information

#94B67F (or 0x94B67F) is unknown color: approx Olivine. HEX triplet: 94, B6 and 7F. RGB value is (148,182,127). Sum of RGB (Red+Green+Blue) = 148+182+127=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 182 - color contains mainly: green. Hex color #94B67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B67F is #6B4980. Grayscale: #A5A5A5. Windows color (decimal): -7031169 or 8369812. OLE color: 8369812.

HSL color Cylindrical-coordinate representation of color #94B67F: hue angle of 97.09º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94B67F is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB148182127-
CMYK0.1900.300.29
HSL97.09º27.36%60.59%-
HSV(B)97.09º30.22%71.37%-
XYZ32.7741.2826.32-
YUV165.56106.24115.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.39%
GREEN value IS 182 (71.48% from 255) = 39.82%
BLUE value IS 127 (50% from 255) = 27.79%
R=32.39%
G=39.82%
B=27.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481821270.1900.300.2997.0927.3660.59
Hex94B67F1301E1D611b3d
Octal22426617723036351413375
Binary100101001011011011111111001101111011101110000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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