#98C067

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

Shades of Olivine #98C067

Tints of Olivine #98C067

Color information

#98C067 (or 0x98C067) is unknown color: approx Olivine. HEX triplet: 98, C0 and 67. RGB value is (152,192,103). Sum of RGB (Red+Green+Blue) = 152+192+103=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #98C067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C067 is #673F98. Grayscale: #AAAAAA. Windows color (decimal): -6766489 or 6799512. OLE color: 6799512.

HSL color Cylindrical-coordinate representation of color #98C067: hue angle of 86.97º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98C067 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB152192103-
CMYK0.2100.460.25
HSL86.97º41.4%57.84%-
HSV(B)86.97º46.35%75.29%-
XYZ34.2545.3519.78-
YUV169.8990.25115.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.00%
GREEN value IS 192 (75.39% from 255) = 42.95%
BLUE value IS 103 (40.62% from 255) = 23.04%
R=34.00%
G=42.95%
B=23.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521921030.2100.460.2586.9741.457.84
Hex98C0671502E1957293a
Octal23030014725056311275172
Binary10011000110000001100111101010101110110011010111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98C067; }

 p { color: rgb(152,192,103); }

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

<style>
 a { background-color: #98C067; }

 a { background-color: rgb(152,192,103); }

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

<style>
 span { border-color: #98C067; }

 span { border-color: rgb(152,192,103); }

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