#9BC068

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

Shades of Olivine #9BC068

Tints of Olivine #9BC068

Color information

#9BC068 (or 0x9BC068) is unknown color: approx Olivine. HEX triplet: 9B, C0 and 68. RGB value is (155,192,104). Sum of RGB (Red+Green+Blue) = 155+192+104=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC068 is #643F97. Grayscale: #ABABAB. Windows color (decimal): -6569880 or 6865051. OLE color: 6865051.

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

Color convert

RGB155192104-
CMYK0.1900.460.25
HSL85.23º41.12%58.04%-
HSV(B)85.23º45.83%75.29%-
XYZ34.8745.6720.07-
YUV170.990.24116.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.37%
GREEN value IS 192 (75.39% from 255) = 42.57%
BLUE value IS 104 (41.02% from 255) = 23.06%
R=34.37%
G=42.57%
B=23.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551921040.1900.460.2585.2341.1258.04
Hex9BC0681302E1955293a
Octal23330015023056311255172
Binary10011011110000001101000100110101110110011010101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,192,104); }

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

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

 a { background-color: rgb(155,192,104); }

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

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

 span { border-color: rgb(155,192,104); }

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