Html Css Color HEX #98AE6E Olivine

📋 copy color: '#98AE6E'

red 152 ◦ green 174 ◦ blue 110

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

Shades of Olivine #98AE6E

Tints of Olivine #98AE6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.23%

R = 34.86%
G = 39.91%
B = 25.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#98AE6E (or 0x98AE6E) is known color: Olivine. HEX triplet: 98, AE and 6E. RGB value is (152,174,110). Sum of RGB (Red+Green+Blue) = 152+174+110=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 174 - color contains mainly: green. Hex color #98AE6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AE6E is #675191. Grayscale: #A0A0A0. Windows color (decimal): -6771090 or 7253656. OLE color: 7253656.

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

Color convert

RGB 152 174 110 -
CMYK 0.13 0 0.37 0.32
HSL 80.63º 0.28% 0.56% -
HSV(B) 80.63º 0.37% 0.68% -
XYZ 30.9 38.07 20.47 -
YUV 160.13 99.71 122.2 -
System Red Green Blue C M Y K H S L
Decimal 152 174 110 0.13 0 0.37 0.32 80.63 0.28 0.56
Hex 98 AE 6E D 0 25 20 51 1C 38
Octal 230 256 156 15 0 45 40 121 34 70
Binary 10011000 10101110 1101110 1101 0 100101 100000 1010001 11100 111000

Color Harmonies of #98AE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AE6E

Black with #98AE6E

Text Example


Text Example

White with #98AE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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