Html Css Color HEX #9DBB6B Olivine

📋 copy color: '#9DBB6B'

red 157 ◦ green 187 ◦ blue 107

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

Shades of Olivine #9DBB6B

Tints of Olivine #9DBB6B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.46%

 BLUE value IS 107 (42.19% from 255) = 23.73%

R = 34.81%
G = 41.46%
B = 23.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#9DBB6B (or 0x9DBB6B) is known color: Olivine. HEX triplet: 9D, BB and 6B. RGB value is (157,187,107). Sum of RGB (Red+Green+Blue) = 157+187+107=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBB6B is #624494. Grayscale: #A9A9A9. Windows color (decimal): -6440085 or 7060381. OLE color: 7060381.

HSL color Cylindrical-coordinate representation of color #9DBB6B: hue angle of 82.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DBB6B is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 187 107 -
CMYK 0.16 0 0.43 0.27
HSL 82.5º 0.37% 0.58% -
HSV(B) 82.5º 0.43% 0.73% -
XYZ 34.33 43.77 20.55 -
YUV 168.91 93.06 119.5 -
System Red Green Blue C M Y K H S L
Decimal 157 187 107 0.16 0 0.43 0.27 82.5 0.37 0.58
Hex 9D BB 6B 10 0 2B 1B 52 25 3A
Octal 235 273 153 20 0 53 33 122 45 72
Binary 10011101 10111011 1101011 10000 0 101011 11011 1010010 100101 111010

Color Harmonies of #9DBB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBB6B

Black with #9DBB6B

Text Example


Text Example

White with #9DBB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,187,107); }

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

background-color css

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

 a { background-color: rgb(157,187,107); }

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

border-color css

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

 span { border-color: rgb(157,187,107); }

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