Html Css Color HEX #9DB47B Olivine

📋 copy color: '#9DB47B'

red 157 ◦ green 180 ◦ blue 123

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

Shades of Olivine #9DB47B

Tints of Olivine #9DB47B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.13%

 BLUE value IS 123 (48.44% from 255) = 26.74%

R = 34.13%
G = 39.13%
B = 26.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#9DB47B (or 0x9DB47B) is known color: Olivine. HEX triplet: 9D, B4 and 7B. RGB value is (157,180,123). Sum of RGB (Red+Green+Blue) = 157+180+123=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB47B is #624B84. Grayscale: #A6A6A6. Windows color (decimal): -6441861 or 8107165. OLE color: 8107165.

HSL color Cylindrical-coordinate representation of color #9DB47B: hue angle of 84.21º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DB47B is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 180 123 -
CMYK 0.13 0 0.32 0.29
HSL 84.21º 0.28% 0.59% -
HSV(B) 84.21º 0.32% 0.71% -
XYZ 33.8 41.24 24.92 -
YUV 166.63 103.38 121.13 -
System Red Green Blue C M Y K H S L
Decimal 157 180 123 0.13 0 0.32 0.29 84.21 0.28 0.59
Hex 9D B4 7B D 0 20 1D 54 1C 3B
Octal 235 264 173 15 0 40 35 124 34 73
Binary 10011101 10110100 1111011 1101 0 100000 11101 1010100 11100 111011

Color Harmonies of #9DB47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB47B

Black with #9DB47B

Text Example


Text Example

White with #9DB47B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,180,123); }

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

background-color css

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

 a { background-color: rgb(157,180,123); }

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

border-color css

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

 span { border-color: rgb(157,180,123); }

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