Html Css Color HEX #9DC375 Olivine

📋 copy color: '#9DC375'

red 157 ◦ green 195 ◦ blue 117

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

Shades of Olivine #9DC375

Tints of Olivine #9DC375

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.58%

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

R = 33.48%
G = 41.58%
B = 24.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#9DC375 (or 0x9DC375) is known color: Olivine. HEX triplet: 9D, C3 and 75. RGB value is (157,195,117). Sum of RGB (Red+Green+Blue) = 157+195+117=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC375 is #623C8A. Grayscale: #AFAFAF. Windows color (decimal): -6438027 or 7717789. OLE color: 7717789.

HSL color Cylindrical-coordinate representation of color #9DC375: hue angle of 89.23º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DC375 is Cyan = 0.19, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 195 117 -
CMYK 0.19 0 0.4 0.24
HSL 89.23º 0.39% 0.61% -
HSV(B) 89.23º 0.4% 0.76% -
XYZ 36.63 47.48 24.06 -
YUV 174.75 95.41 115.34 -
System Red Green Blue C M Y K H S L
Decimal 157 195 117 0.19 0 0.4 0.24 89.23 0.39 0.61
Hex 9D C3 75 13 0 28 18 59 27 3D
Octal 235 303 165 23 0 50 30 131 47 75
Binary 10011101 11000011 1110101 10011 0 101000 11000 1011001 100111 111101

Color Harmonies of #9DC375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC375

Black with #9DC375

Text Example


Text Example

White with #9DC375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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