#9BC764

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

Shades of Olivine #9BC764

Tints of Olivine #9BC764

Color information

#9BC764 (or 0x9BC764) is unknown color: approx Olivine. HEX triplet: 9B, C7 and 64. RGB value is (155,199,100). Sum of RGB (Red+Green+Blue) = 155+199+100=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 199 (78.12% from 255 or 43.83% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC764 is #64389B. Grayscale: #AEAEAE. Windows color (decimal): -6568092 or 6604699. OLE color: 6604699.

HSL color Cylindrical-coordinate representation of color #9BC764: hue angle of 86.67º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BC764 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB155199100-
CMYK0.2200.500.22
HSL86.67º46.92%58.63%-
HSV(B)86.67º49.75%78.04%-
XYZ36.2448.7419.55-
YUV174.5685.92114.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.14%
GREEN value IS 199 (78.12% from 255) = 43.83%
BLUE value IS 100 (39.45% from 255) = 22.03%
R=34.14%
G=43.83%
B=22.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1551991000.2200.500.2286.6746.9258.63
Hex9BC7641603216572f3b
Octal23330714426062261275773
Binary10011011110001111100100101100110010101101010111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,199,100); }

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

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

 a { background-color: rgb(155,199,100); }

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

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

 span { border-color: rgb(155,199,100); }

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