Html Css Color HEX #98CF6D Olivine

📋 copy color: '#98CF6D'

red 152 ◦ green 207 ◦ blue 109

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

Shades of Olivine #98CF6D

Tints of Olivine #98CF6D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.23%

 BLUE value IS 109 (42.97% from 255) = 23.29%

R = 32.48%
G = 44.23%
B = 23.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#98CF6D (or 0x98CF6D) is known color: Olivine. HEX triplet: 98, CF and 6D. RGB value is (152,207,109). Sum of RGB (Red+Green+Blue) = 152+207+109=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #98CF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CF6D is #673092. Grayscale: #B3B3B3. Windows color (decimal): -6762643 or 7196568. OLE color: 7196568.

HSL color Cylindrical-coordinate representation of color #98CF6D: hue angle of 93.67º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98CF6D is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 207 109 -
CMYK 0.27 0 0.47 0.19
HSL 93.67º 0.51% 0.62% -
HSV(B) 93.67º 0.47% 0.81% -
XYZ 38.02 52.41 22.58 -
YUV 179.38 88.28 108.47 -
System Red Green Blue C M Y K H S L
Decimal 152 207 109 0.27 0 0.47 0.19 93.67 0.51 0.62
Hex 98 CF 6D 1B 0 2F 13 5E 33 3E
Octal 230 317 155 33 0 57 23 136 63 76
Binary 10011000 11001111 1101101 11011 0 101111 10011 1011110 110011 111110

Color Harmonies of #98CF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CF6D

Black with #98CF6D

Text Example


Text Example

White with #98CF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,207,109); }

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

background-color css

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

 a { background-color: rgb(152,207,109); }

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

border-color css

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

 span { border-color: rgb(152,207,109); }

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