#6B9260

Color #6B9260 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #6B9260

Tints of Hippie Green #6B9260

Color information

#6B9260 (or 0x6B9260) is unknown color: approx Hippie Green. HEX triplet: 6B, 92 and 60. RGB value is (107,146,96). Sum of RGB (Red+Green+Blue) = 107+146+96=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #6B9260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9260 is #946D9F. Grayscale: #808080. Windows color (decimal): -9727392 or 6328939. OLE color: 6328939.

HSL color Cylindrical-coordinate representation of color #6B9260: hue angle of 106.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B9260 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB10714696-
CMYK0.2700.340.43
HSL106.8º20.66%47.45%-
HSV(B)106.8º34.25%57.25%-
XYZ18.4524.5314.83-
YUV128.64109.58112.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.66%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=30.66%
G=41.83%
B=27.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107146960.2700.340.43106.820.6647.45
Hex6B92601B0222B6b152f
Octal15322214033042531532557
Binary1101011100100101100000110110100010101011110101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B9260; }

 p { color: rgb(107,146,96); }

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

<style>
 a { background-color: #6B9260; }

 a { background-color: rgb(107,146,96); }

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

<style>
 span { border-color: #6B9260; }

 span { border-color: rgb(107,146,96); }

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