Html Css Color HEX #98B06E Olivine

📋 copy color: '#98B06E'

red 152 ◦ green 176 ◦ blue 110

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

Shades of Olivine #98B06E

Tints of Olivine #98B06E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.18%

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

R = 34.7%
G = 40.18%
B = 25.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#98B06E (or 0x98B06E) is known color: Olivine. HEX triplet: 98, B0 and 6E. RGB value is (152,176,110). Sum of RGB (Red+Green+Blue) = 152+176+110=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 176 - color contains mainly: green. Hex color #98B06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98B06E is #674F91. Grayscale: #A1A1A1. Windows color (decimal): -6770578 or 7254168. OLE color: 7254168.

HSL color Cylindrical-coordinate representation of color #98B06E: hue angle of 81.82º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98B06E is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 176 110 -
CMYK 0.14 0 0.37 0.31
HSL 81.82º 0.29% 0.56% -
HSV(B) 81.82º 0.38% 0.69% -
XYZ 31.29 38.85 20.6 -
YUV 161.3 99.05 121.37 -
System Red Green Blue C M Y K H S L
Decimal 152 176 110 0.14 0 0.37 0.31 81.82 0.29 0.56
Hex 98 B0 6E E 0 25 1F 52 1D 38
Octal 230 260 156 16 0 45 37 122 35 70
Binary 10011000 10110000 1101110 1110 0 100101 11111 1010010 11101 111000

Color Harmonies of #98B06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B06E

Black with #98B06E

Text Example


Text Example

White with #98B06E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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