Html Css Color HEX #98BF7D Olivine

📋 copy color: '#98BF7D'

red 152 ◦ green 191 ◦ blue 125

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

Shades of Olivine #98BF7D

Tints of Olivine #98BF7D

RGB

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

 GREEN value IS 191 (75% from 255) = 40.81%

 BLUE value IS 125 (49.22% from 255) = 26.71%

R = 32.48%
G = 40.81%
B = 26.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#98BF7D (or 0x98BF7D) is known color: Olivine. HEX triplet: 98, BF and 7D. RGB value is (152,191,125). Sum of RGB (Red+Green+Blue) = 152+191+125=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BF7D is #674082. Grayscale: #ACACAC. Windows color (decimal): -6766723 or 8241048. OLE color: 8241048.

HSL color Cylindrical-coordinate representation of color #98BF7D: hue angle of 95.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98BF7D is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 191 125 -
CMYK 0.20 0 0.35 0.25
HSL 95.45º 0.34% 0.62% -
HSV(B) 95.45º 0.35% 0.75% -
XYZ 35.28 45.42 26.31 -
YUV 171.82 101.58 113.87 -
System Red Green Blue C M Y K H S L
Decimal 152 191 125 0.20 0 0.35 0.25 95.45 0.34 0.62
Hex 98 BF 7D 14 0 23 19 5F 22 3E
Octal 230 277 175 24 0 43 31 137 42 76
Binary 10011000 10111111 1111101 10100 0 100011 11001 1011111 100010 111110

Color Harmonies of #98BF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BF7D

Black with #98BF7D

Text Example


Text Example

White with #98BF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,191,125); }

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

background-color css

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

 a { background-color: rgb(152,191,125); }

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

border-color css

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

 span { border-color: rgb(152,191,125); }

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