#6B925D

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

Shades of Hippie Green #6B925D

Tints of Hippie Green #6B925D

Color information

#6B925D (or 0x6B925D) is unknown color: approx Hippie Green. HEX triplet: 6B, 92 and 5D. RGB value is (107,146,93). Sum of RGB (Red+Green+Blue) = 107+146+93=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #6B925D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B925D is #946DA2. Grayscale: #808080. Windows color (decimal): -9727395 or 6132331. OLE color: 6132331.

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

Color convert

RGB10714693-
CMYK0.2700.360.43
HSL104.15º22.18%46.86%-
HSV(B)104.15º36.3%57.25%-
XYZ18.3224.4714.11-
YUV128.3108.08112.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.92%
GREEN value IS 146 (57.42% from 255) = 42.20%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=30.92%
G=42.20%
B=26.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107146930.2700.360.43104.1522.1846.86
Hex6B925D1B0242B68162f
Octal15322213533044531502657
Binary1101011100100101011101110110100100101011110100010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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