#6B8D60

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

Shades of Hippie Green #6B8D60

Tints of Hippie Green #6B8D60

Color information

#6B8D60 (or 0x6B8D60) is unknown color: approx Hippie Green. HEX triplet: 6B, 8D and 60. RGB value is (107,141,96). Sum of RGB (Red+Green+Blue) = 107+141+96=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8D60 is #94729F. Grayscale: #7D7D7D. Windows color (decimal): -9728672 or 6327659. OLE color: 6327659.

HSL color Cylindrical-coordinate representation of color #6B8D60: hue angle of 105.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B8D60 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB10714196-
CMYK0.2400.320.45
HSL105.33º18.99%46.47%-
HSV(B)105.33º31.91%55.29%-
XYZ17.723.0214.58-
YUV125.7111.24114.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.10%
GREEN value IS 141 (55.47% from 255) = 40.99%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=31.10%
G=40.99%
B=27.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107141960.2400.320.45105.3318.9946.47
Hex6B8D60180202D69132e
Octal15321514030040551512356
Binary1101011100011011100000110000100000101101110100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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