Html Css Color HEX #9DC078 Olivine

📋 copy color: '#9DC078'

red 157 ◦ green 192 ◦ blue 120

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

Shades of Olivine #9DC078

Tints of Olivine #9DC078

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.94%

 BLUE value IS 120 (47.27% from 255) = 25.59%

R = 33.48%
G = 40.94%
B = 25.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#9DC078 (or 0x9DC078) is known color: Olivine. HEX triplet: 9D, C0 and 78. RGB value is (157,192,120). Sum of RGB (Red+Green+Blue) = 157+192+120=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC078 is #623F87. Grayscale: #ADADAD. Windows color (decimal): -6438792 or 7913629. OLE color: 7913629.

HSL color Cylindrical-coordinate representation of color #9DC078: hue angle of 89.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DC078 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 192 120 -
CMYK 0.18 0 0.38 0.25
HSL 89.17º 0.36% 0.61% -
HSV(B) 89.17º 0.38% 0.75% -
XYZ 36.14 46.22 24.79 -
YUV 173.33 97.9 116.35 -
System Red Green Blue C M Y K H S L
Decimal 157 192 120 0.18 0 0.38 0.25 89.17 0.36 0.61
Hex 9D C0 78 12 0 26 19 59 24 3D
Octal 235 300 170 22 0 46 31 131 44 75
Binary 10011101 11000000 1111000 10010 0 100110 11001 1011001 100100 111101

Color Harmonies of #9DC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC078

Black with #9DC078

Text Example


Text Example

White with #9DC078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,192,120); }

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

background-color css

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

 a { background-color: rgb(157,192,120); }

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

border-color css

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

 span { border-color: rgb(157,192,120); }

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