#9BCF6F

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

Shades of Olivine #9BCF6F

Tints of Olivine #9BCF6F

Color information

#9BCF6F (or 0x9BCF6F) is unknown color: approx Olivine. HEX triplet: 9B, CF and 6F. RGB value is (155,207,111). Sum of RGB (Red+Green+Blue) = 155+207+111=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCF6F is #643090. Grayscale: #B4B4B4. Windows color (decimal): -6566033 or 7327643. OLE color: 7327643.

HSL color Cylindrical-coordinate representation of color #9BCF6F: hue angle of 92.5º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BCF6F is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB155207111-
CMYK0.2500.460.19
HSL92.5º50%62.35%-
HSV(B)92.5º46.38%81.18%-
XYZ38.752.7423.18-
YUV180.5188.77109.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.77%
GREEN value IS 207 (81.25% from 255) = 43.76%
BLUE value IS 111 (43.75% from 255) = 23.47%
R=32.77%
G=43.76%
B=23.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1552071110.2500.460.1992.55062.35
Hex9BCF6F1902E135c323e
Octal23331715731056231346276
Binary10011011110011111101111110010101110100111011100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,207,111); }

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

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

 a { background-color: rgb(155,207,111); }

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

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

 span { border-color: rgb(155,207,111); }

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