Html Css Color HEX #9DC875 Olivine

📋 copy color: '#9DC875'

red 157 ◦ green 200 ◦ blue 117

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

Shades of Olivine #9DC875

Tints of Olivine #9DC875

RGB

 RED value IS 157 (61.72% from 255) = 33.12%

 GREEN value IS 200 (78.52% from 255) = 42.19%

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

R = 33.12%
G = 42.19%
B = 24.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#9DC875 (or 0x9DC875) is known color: Olivine. HEX triplet: 9D, C8 and 75. RGB value is (157,200,117). Sum of RGB (Red+Green+Blue) = 157+200+117=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC875 is #62378A. Grayscale: #B1B1B1. Windows color (decimal): -6436747 or 7719069. OLE color: 7719069.

HSL color Cylindrical-coordinate representation of color #9DC875: hue angle of 91.08º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DC875 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 157 200 117 -
CMYK 0.22 0 0.42 0.22
HSL 91.08º 0.43% 0.62% -
HSV(B) 91.08º 0.42% 0.78% -
XYZ 37.77 49.76 24.44 -
YUV 177.68 93.75 113.25 -
System Red Green Blue C M Y K H S L
Decimal 157 200 117 0.22 0 0.42 0.22 91.08 0.43 0.62
Hex 9D C8 75 16 0 2A 16 5B 2B 3E
Octal 235 310 165 26 0 52 26 133 53 76
Binary 10011101 11001000 1110101 10110 0 101010 10110 1011011 101011 111110

Color Harmonies of #9DC875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC875

Black with #9DC875

Text Example


Text Example

White with #9DC875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DC875; }

 p { color: rgb(157,200,117); }

 H1.HeaderClassName
 {
   color: #9DC875;
 }
 .AnyTagClassName
 {
   color: #9DC875;
 }
</style>

background-color css

<style>
 a { background-color: #9DC875; }

 a { background-color: rgb(157,200,117); }

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

border-color css

<style>
 span { border-color: #9DC875; }

 span { border-color: rgb(157,200,117); }

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