Html Css Color HEX #98B766 Olivine

📋 copy color: '#98B766'

red 152 ◦ green 183 ◦ blue 102

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

Shades of Olivine #98B766

Tints of Olivine #98B766

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.88%

 BLUE value IS 102 (40.23% from 255) = 23.34%

R = 34.78%
G = 41.88%
B = 23.34%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#98B766 (or 0x98B766) is known color: Olivine. HEX triplet: 98, B7 and 66. RGB value is (152,183,102). Sum of RGB (Red+Green+Blue) = 152+183+102=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #98B766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B766 is #674899. Grayscale: #A4A4A4. Windows color (decimal): -6768794 or 6731672. OLE color: 6731672.

HSL color Cylindrical-coordinate representation of color #98B766: hue angle of 82.96º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #98B766 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB 152 183 102 -
CMYK 0.17 0 0.44 0.28
HSL 82.96º 0.36% 0.56% -
HSV(B) 82.96º 0.44% 0.72% -
XYZ 32.28 41.5 18.88 -
YUV 164.5 92.73 119.09 -
System Red Green Blue C M Y K H S L
Decimal 152 183 102 0.17 0 0.44 0.28 82.96 0.36 0.56
Hex 98 B7 66 11 0 2C 1C 53 24 38
Octal 230 267 146 21 0 54 34 123 44 70
Binary 10011000 10110111 1100110 10001 0 101100 11100 1010011 100100 111000

Color Harmonies of #98B766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B766

Black with #98B766

Text Example


Text Example

White with #98B766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,183,102); }

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

background-color css

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

 a { background-color: rgb(152,183,102); }

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

border-color css

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

 span { border-color: rgb(152,183,102); }

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