#9CB77D

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

Shades of Olivine #9CB77D

Tints of Olivine #9CB77D

Color information

#9CB77D (or 0x9CB77D) is unknown color: approx Olivine. HEX triplet: 9C, B7 and 7D. RGB value is (156,183,125). Sum of RGB (Red+Green+Blue) = 156+183+125=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB77D is #634882. Grayscale: #A8A8A8. Windows color (decimal): -6506627 or 8239004. OLE color: 8239004.

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

Color convert

RGB156183125-
CMYK0.1500.320.28
HSL87.93º28.71%60.39%-
HSV(B)87.93º31.69%71.76%-
XYZ34.3542.4225.78-
YUV168.32103.55119.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.62%
GREEN value IS 183 (71.88% from 255) = 39.44%
BLUE value IS 125 (49.22% from 255) = 26.94%
R=33.62%
G=39.44%
B=26.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1561831250.1500.320.2887.9328.7160.39
Hex9CB77DF0201C581d3c
Octal23426717517040341303574
Binary100111001011011111111011111010000011100101100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,183,125); }

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

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

 a { background-color: rgb(156,183,125); }

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

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

 span { border-color: rgb(156,183,125); }

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