#94C968

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

Shades of Olivine #94C968

Tints of Olivine #94C968

Color information

#94C968 (or 0x94C968) is unknown color: approx Olivine. HEX triplet: 94, C9 and 68. RGB value is (148,201,104). Sum of RGB (Red+Green+Blue) = 148+201+104=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #94C968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C968 is #6B3697. Grayscale: #AEAEAE. Windows color (decimal): -7026328 or 6867348. OLE color: 6867348.

HSL color Cylindrical-coordinate representation of color #94C968: hue angle of 92.78º degrees, saturation: 0.47, 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 #94C968 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB148201104-
CMYK0.2600.480.21
HSL92.78º47.32%59.8%-
HSV(B)92.78º48.26%78.82%-
XYZ35.649.0720.69-
YUV174.0988.44109.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.67%
GREEN value IS 201 (78.91% from 255) = 44.37%
BLUE value IS 104 (41.02% from 255) = 22.96%
R=32.67%
G=44.37%
B=22.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482011040.2600.480.2192.7847.3259.8
Hex94C9681A030155d2f3c
Octal22431115032060251355774
Binary10010100110010011101000110100110000101011011101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,201,104); }

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

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

 a { background-color: rgb(148,201,104); }

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

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

 span { border-color: rgb(148,201,104); }

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