#6B8968

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

Shades of Hippie Green #6B8968

Tints of Hippie Green #6B8968

Color information

#6B8968 (or 0x6B8968) is unknown color: approx Hippie Green. HEX triplet: 6B, 89 and 68. RGB value is (107,137,104). Sum of RGB (Red+Green+Blue) = 107+137+104=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 137 - color contains mainly: green. Hex color #6B8968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8968 is #947697. Grayscale: #7C7C7C. Windows color (decimal): -9729688 or 6850923. OLE color: 6850923.

HSL color Cylindrical-coordinate representation of color #6B8968: hue angle of 114.55º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B8968 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB107137104-
CMYK0.2200.240.46
HSL114.55º13.69%47.25%-
HSV(B)114.55º24.09%53.73%-
XYZ17.5122.0216.42-
YUV124.27116.56115.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.75%
GREEN value IS 137 (53.91% from 255) = 39.37%
BLUE value IS 104 (41.02% from 255) = 29.89%
R=30.75%
G=39.37%
B=29.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1071371040.2200.240.46114.5513.6947.25
Hex6B8968160182E73e2f
Octal15321115026030561631657
Binary11010111000100111010001011001100010111011100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,137,104); }

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

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

 a { background-color: rgb(107,137,104); }

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

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

 span { border-color: rgb(107,137,104); }

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