#94AF69

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

Shades of Olivine #94AF69

Tints of Olivine #94AF69

Color information

#94AF69 (or 0x94AF69) is unknown color: approx Olivine. HEX triplet: 94, AF and 69. RGB value is (148,175,105). Sum of RGB (Red+Green+Blue) = 148+175+105=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AF69 is #6B5096. Grayscale: #9F9F9F. Windows color (decimal): -7032983 or 6926228. OLE color: 6926228.

HSL color Cylindrical-coordinate representation of color #94AF69: hue angle of 83.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94AF69 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB148175105-
CMYK0.1500.400.31
HSL83.14º30.43%54.9%-
HSV(B)83.14º40%68.63%-
XYZ30.0937.9819.11-
YUV158.9597.55120.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.58%
GREEN value IS 175 (68.75% from 255) = 40.89%
BLUE value IS 105 (41.41% from 255) = 24.53%
R=34.58%
G=40.89%
B=24.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481751050.1500.400.3183.1430.4354.9
Hex94AF69F0281F531e37
Octal22425715117050371233667
Binary100101001010111111010011111010100011111101001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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