Html Css Color HEX #98C075 Olivine

📋 copy color: '#98C075'

red 152 ◦ green 192 ◦ blue 117

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

Shades of Olivine #98C075

Tints of Olivine #98C075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.65%

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

R = 32.97%
G = 41.65%
B = 25.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#98C075 (or 0x98C075) is known color: Olivine. HEX triplet: 98, C0 and 75. RGB value is (152,192,117). Sum of RGB (Red+Green+Blue) = 152+192+117=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #98C075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C075 is #673F8A. Grayscale: #ABABAB. Windows color (decimal): -6766475 or 7717016. OLE color: 7717016.

HSL color Cylindrical-coordinate representation of color #98C075: hue angle of 92º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98C075 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 192 117 -
CMYK 0.21 0 0.39 0.25
HSL 92º 0.37% 0.61% -
HSV(B) 92º 0.39% 0.75% -
XYZ 35.01 45.66 23.8 -
YUV 171.49 97.25 114.1 -
System Red Green Blue C M Y K H S L
Decimal 152 192 117 0.21 0 0.39 0.25 92 0.37 0.61
Hex 98 C0 75 15 0 27 19 5C 25 3D
Octal 230 300 165 25 0 47 31 134 45 75
Binary 10011000 11000000 1110101 10101 0 100111 11001 1011100 100101 111101

Color Harmonies of #98C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C075

Black with #98C075

Text Example


Text Example

White with #98C075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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