#94CB6F

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

Shades of Olivine #94CB6F

Tints of Olivine #94CB6F

Color information

#94CB6F (or 0x94CB6F) is unknown color: approx Olivine. HEX triplet: 94, CB and 6F. RGB value is (148,203,111). Sum of RGB (Red+Green+Blue) = 148+203+111=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CB6F is #6B3490. Grayscale: #B0B0B0. Windows color (decimal): -7025809 or 7326612. OLE color: 7326612.

HSL color Cylindrical-coordinate representation of color #94CB6F: hue angle of 95.87º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94CB6F is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB148203111-
CMYK0.2700.450.20
HSL95.87º46.94%61.57%-
HSV(B)95.87º45.32%79.61%-
XYZ36.4450.1622.8-
YUV176.0791.28107.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.03%
GREEN value IS 203 (79.69% from 255) = 43.94%
BLUE value IS 111 (43.75% from 255) = 24.03%
R=32.03%
G=43.94%
B=24.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482031110.2700.450.2095.8746.9461.57
Hex94CB6F1B02D14602f3e
Octal22431315733055241405776
Binary10010100110010111101111110110101101101001100000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,203,111); }

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

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

 a { background-color: rgb(148,203,111); }

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

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

 span { border-color: rgb(148,203,111); }

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