#94CF6D

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

Shades of Olivine #94CF6D

Tints of Olivine #94CF6D

Color information

#94CF6D (or 0x94CF6D) is unknown color: approx Olivine. HEX triplet: 94, CF and 6D. RGB value is (148,207,109). Sum of RGB (Red+Green+Blue) = 148+207+109=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #94CF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CF6D is #6B3092. Grayscale: #B2B2B2. Windows color (decimal): -7024787 or 7196564. OLE color: 7196564.

HSL color Cylindrical-coordinate representation of color #94CF6D: hue angle of 96.12º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94CF6D is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB148207109-
CMYK0.2900.470.19
HSL96.12º50.52%61.96%-
HSV(B)96.12º47.34%81.18%-
XYZ37.2952.0322.54-
YUV178.1988.95106.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 207 (81.25% from 255) = 44.61%
BLUE value IS 109 (42.97% from 255) = 23.49%
R=31.90%
G=44.61%
B=23.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1482071090.2900.470.1996.1250.5261.96
Hex94CF6D1D02F1360333e
Octal22431715535057231406376
Binary10010100110011111101101111010101111100111100000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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