#9DB26B

Color #9DB26B Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9DB26B

Tints of Olivine #9DB26B

Color information

#9DB26B (or 0x9DB26B) is unknown color: approx Olivine. HEX triplet: 9D, B2 and 6B. RGB value is (157,178,107). Sum of RGB (Red+Green+Blue) = 157+178+107=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB26B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB26B is #624D94. Grayscale: #A3A3A3. Windows color (decimal): -6442389 or 7058077. OLE color: 7058077.

HSL color Cylindrical-coordinate representation of color #9DB26B: hue angle of 77.75º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DB26B is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB157178107-
CMYK0.1200.400.30
HSL77.75º31.56%55.88%-
HSV(B)77.75º39.89%69.8%-
XYZ32.4840.0719.93-
YUV163.6396.04123.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.52%
GREEN value IS 178 (69.92% from 255) = 40.27%
BLUE value IS 107 (42.19% from 255) = 24.21%
R=35.52%
G=40.27%
B=24.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1571781070.1200.400.3077.7531.5655.88
Hex9DB26BC0281E4e2038
Octal23526215314050361164070
Binary1001110110110010110101111000101000111101001110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DB26B;
 }
 .AnyTagClassName
 {
   color: #9DB26B;
 }
</style>
background-color css

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

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

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

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

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

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