Html Css Color HEX #9DC975 Olivine

📋 copy color: '#9DC975'

red 157 ◦ green 201 ◦ blue 117

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

Shades of Olivine #9DC975

Tints of Olivine #9DC975

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.32%

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

R = 33.05%
G = 42.32%
B = 24.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#9DC975 (or 0x9DC975) is known color: Olivine. HEX triplet: 9D, C9 and 75. RGB value is (157,201,117). Sum of RGB (Red+Green+Blue) = 157+201+117=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC975 is #62368A. Grayscale: #B2B2B2. Windows color (decimal): -6436491 or 7719325. OLE color: 7719325.

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

Color convert

RGB 157 201 117 -
CMYK 0.22 0 0.42 0.21
HSL 91.43º 0.44% 0.62% -
HSV(B) 91.43º 0.42% 0.79% -
XYZ 38 50.23 24.52 -
YUV 178.27 93.42 112.83 -
System Red Green Blue C M Y K H S L
Decimal 157 201 117 0.22 0 0.42 0.21 91.43 0.44 0.62
Hex 9D C9 75 16 0 2A 15 5B 2C 3E
Octal 235 311 165 26 0 52 25 133 54 76
Binary 10011101 11001001 1110101 10110 0 101010 10101 1011011 101100 111110

Color Harmonies of #9DC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC975

Black with #9DC975

Text Example


Text Example

White with #9DC975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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