#65855F

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

Shades of Hippie Green #65855F

Tints of Hippie Green #65855F

Color information

#65855F (or 0x65855F) is unknown color: approx Hippie Green. HEX triplet: 65, 85 and 5F. RGB value is (101,133,95). Sum of RGB (Red+Green+Blue) = 101+133+95=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #65855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65855F is #9A7AA0. Grayscale: #777777. Windows color (decimal): -10123937 or 6260069. OLE color: 6260069.

HSL color Cylindrical-coordinate representation of color #65855F: hue angle of 110.53º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65855F is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB10113395-
CMYK0.2400.290.48
HSL110.53º16.67%44.71%-
HSV(B)110.53º28.57%52.16%-
XYZ15.8220.3713.92-
YUV119.1114.4115.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.70%
GREEN value IS 133 (52.34% from 255) = 40.43%
BLUE value IS 95 (37.5% from 255) = 28.88%
R=30.70%
G=40.43%
B=28.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101133950.2400.290.48110.5316.6744.71
Hex65855F1801D306f112d
Octal14520513730035601572155
Binary110010110000101101111111000011101110000110111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65855F; }

 p { color: rgb(101,133,95); }

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

<style>
 a { background-color: #65855F; }

 a { background-color: rgb(101,133,95); }

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

<style>
 span { border-color: #65855F; }

 span { border-color: rgb(101,133,95); }

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