#94CA69

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

Shades of Olivine #94CA69

Tints of Olivine #94CA69

Color information

#94CA69 (or 0x94CA69) is unknown color: approx Olivine. HEX triplet: 94, CA and 69. RGB value is (148,202,105). Sum of RGB (Red+Green+Blue) = 148+202+105=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CA69 is #6B3596. Grayscale: #AFAFAF. Windows color (decimal): -7026071 or 6933140. OLE color: 6933140.

HSL color Cylindrical-coordinate representation of color #94CA69: hue angle of 93.4º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94CA69 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB148202105-
CMYK0.2700.480.21
HSL93.4º47.78%60.2%-
HSV(B)93.4º48.02%79.22%-
XYZ35.8849.5621.04-
YUV174.888.61108.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.53%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=32.53%
G=44.40%
B=23.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482021050.2700.480.2193.447.7860.2
Hex94CA691B030155d303c
Octal22431215133060251356074
Binary10010100110010101101001110110110000101011011101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,202,105); }

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

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

 a { background-color: rgb(148,202,105); }

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

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

 span { border-color: rgb(148,202,105); }

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