Html Css Color HEX #98AE6C Olivine

📋 copy color: '#98AE6C'

red 152 ◦ green 174 ◦ blue 108

#98AE6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #98AE6C

Tints of Olivine #98AE6C

RGB

 RED value IS 152 (59.77% from 255) = 35.02%

 GREEN value IS 174 (68.36% from 255) = 40.09%

 BLUE value IS 108 (42.58% from 255) = 24.88%

R = 35.02%
G = 40.09%
B = 24.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#98AE6C (or 0x98AE6C) is known color: Olivine. HEX triplet: 98, AE and 6C. RGB value is (152,174,108). Sum of RGB (Red+Green+Blue) = 152+174+108=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 174 - color contains mainly: green. Hex color #98AE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AE6C is #675193. Grayscale: #A0A0A0. Windows color (decimal): -6771092 or 7122584. OLE color: 7122584.

HSL color Cylindrical-coordinate representation of color #98AE6C: hue angle of 80º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98AE6C is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 174 108 -
CMYK 0.13 0 0.38 0.32
HSL 80º 0.29% 0.55% -
HSV(B) 80º 0.38% 0.68% -
XYZ 30.79 38.03 19.91 -
YUV 159.9 98.71 122.37 -
System Red Green Blue C M Y K H S L
Decimal 152 174 108 0.13 0 0.38 0.32 80 0.29 0.55
Hex 98 AE 6C D 0 26 20 50 1D 37
Octal 230 256 154 15 0 46 40 120 35 67
Binary 10011000 10101110 1101100 1101 0 100110 100000 1010000 11101 110111

Color Harmonies of #98AE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AE6C

Black with #98AE6C

Text Example


Text Example

White with #98AE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,174,108); }

 H1.HeaderClassName
 {
   color: #98AE6C;
 }
 .AnyTagClassName
 {
   color: #98AE6C;
 }
</style>

background-color css

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

 a { background-color: rgb(152,174,108); }

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

border-color css

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

 span { border-color: rgb(152,174,108); }

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