#6B9964

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

Shades of Hippie Green #6B9964

Tints of Hippie Green #6B9964

Color information

#6B9964 (or 0x6B9964) is unknown color: approx Hippie Green. HEX triplet: 6B, 99 and 64. RGB value is (107,153,100). Sum of RGB (Red+Green+Blue) = 107+153+100=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #6B9964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9964 is #94669B. Grayscale: #858585. Windows color (decimal): -9725596 or 6592875. OLE color: 6592875.

HSL color Cylindrical-coordinate representation of color #6B9964: hue angle of 112.08º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B9964 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB107153100-
CMYK0.3000.350.4
HSL112.08º20.95%49.61%-
HSV(B)112.08º34.64%60%-
XYZ19.7526.8316.19-
YUV133.2109.26109.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.72%
GREEN value IS 153 (60.16% from 255) = 42.5%
BLUE value IS 100 (39.45% from 255) = 27.78%
R=29.72%
G=42.5%
B=27.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1071531000.3000.350.4112.0820.9549.61
Hex6B99641E02328701532
Octal15323114436043501602562
Binary1101011100110011100100111100100011101000111000010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,153,100); }

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

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

 a { background-color: rgb(107,153,100); }

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

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

 span { border-color: rgb(107,153,100); }

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