#94CB6D

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

Shades of Olivine #94CB6D

Tints of Olivine #94CB6D

Color information

#94CB6D (or 0x94CB6D) is unknown color: approx Olivine. HEX triplet: 94, CB and 6D. RGB value is (148,203,109). Sum of RGB (Red+Green+Blue) = 148+203+109=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CB6D is #6B3492. Grayscale: #B0B0B0. Windows color (decimal): -7025811 or 7195540. OLE color: 7195540.

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

Color convert

RGB148203109-
CMYK0.2700.460.20
HSL95.11º47.47%61.18%-
HSV(B)95.11º46.31%79.61%-
XYZ36.3350.1122.23-
YUV175.8490.28108.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.17%
GREEN value IS 203 (79.69% from 255) = 44.13%
BLUE value IS 109 (42.97% from 255) = 23.70%
R=32.17%
G=44.13%
B=23.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482031090.2700.460.2095.1147.4761.18
Hex94CB6D1B02E145f2f3d
Octal22431315533056241375775
Binary10010100110010111101101110110101110101001011111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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