Html Css Color HEX #98C575 Olivine

📋 copy color: '#98C575'

red 152 ◦ green 197 ◦ blue 117

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

Shades of Olivine #98C575

Tints of Olivine #98C575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.27%

 BLUE value IS 117 (46.09% from 255) = 25.11%

R = 32.62%
G = 42.27%
B = 25.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#98C575 (or 0x98C575) is known color: Olivine. HEX triplet: 98, C5 and 75. RGB value is (152,197,117). Sum of RGB (Red+Green+Blue) = 152+197+117=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #98C575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C575 is #673A8A. Grayscale: #AEAEAE. Windows color (decimal): -6765195 or 7718296. OLE color: 7718296.

HSL color Cylindrical-coordinate representation of color #98C575: hue angle of 93.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98C575 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 152 197 117 -
CMYK 0.23 0 0.41 0.23
HSL 93.75º 0.41% 0.62% -
HSV(B) 93.75º 0.41% 0.77% -
XYZ 36.13 47.89 24.17 -
YUV 174.43 95.59 112 -
System Red Green Blue C M Y K H S L
Decimal 152 197 117 0.23 0 0.41 0.23 93.75 0.41 0.62
Hex 98 C5 75 17 0 29 17 5E 29 3E
Octal 230 305 165 27 0 51 27 136 51 76
Binary 10011000 11000101 1110101 10111 0 101001 10111 1011110 101001 111110

Color Harmonies of #98C575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C575

Black with #98C575

Text Example


Text Example

White with #98C575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,197,117); }

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

background-color css

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

 a { background-color: rgb(152,197,117); }

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

border-color css

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

 span { border-color: rgb(152,197,117); }

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