Html Css Color HEX #9DB960 Olivine

📋 copy color: '#9DB960'

red 157 ◦ green 185 ◦ blue 96

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

Shades of Olivine #9DB960

Tints of Olivine #9DB960

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.24%

 BLUE value IS 96 (37.89% from 255) = 21.92%

R = 35.84%
G = 42.24%
B = 21.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#9DB960 (or 0x9DB960) is known color: Olivine. HEX triplet: 9D, B9 and 60. RGB value is (157,185,96). Sum of RGB (Red+Green+Blue) = 157+185+96=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB960 is #62469F. Grayscale: #A6A6A6. Windows color (decimal): -6440608 or 6338973. OLE color: 6338973.

HSL color Cylindrical-coordinate representation of color #9DB960: hue angle of 78.88º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DB960 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 185 96 -
CMYK 0.15 0 0.48 0.27
HSL 78.88º 0.39% 0.55% -
HSV(B) 78.88º 0.48% 0.73% -
XYZ 33.36 42.71 17.55 -
YUV 166.48 88.22 121.24 -
System Red Green Blue C M Y K H S L
Decimal 157 185 96 0.15 0 0.48 0.27 78.88 0.39 0.55
Hex 9D B9 60 F 0 30 1B 4F 27 37
Octal 235 271 140 17 0 60 33 117 47 67
Binary 10011101 10111001 1100000 1111 0 110000 11011 1001111 100111 110111

Color Harmonies of #9DB960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB960

Black with #9DB960

Text Example


Text Example

White with #9DB960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,185,96); }

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

background-color css

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

 a { background-color: rgb(157,185,96); }

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

border-color css

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

 span { border-color: rgb(157,185,96); }

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