#65985F

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

Shades of Hippie Green #65985F

Tints of Hippie Green #65985F

Color information

#65985F (or 0x65985F) is unknown color: approx Hippie Green. HEX triplet: 65, 98 and 5F. RGB value is (101,152,95). Sum of RGB (Red+Green+Blue) = 101+152+95=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #65985F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65985F is #9A67A0. Grayscale: #828282. Windows color (decimal): -10119073 or 6264933. OLE color: 6264933.

HSL color Cylindrical-coordinate representation of color #65985F: hue angle of 113.68º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65985F is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB10115295-
CMYK0.3400.380.40
HSL113.68º23.08%48.43%-
HSV(B)113.68º37.5%59.61%-
XYZ18.6626.0514.87-
YUV130.25108.1107.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.02%
GREEN value IS 152 (59.77% from 255) = 43.68%
BLUE value IS 95 (37.5% from 255) = 27.30%
R=29.02%
G=43.68%
B=27.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101152950.3400.380.40113.6823.0848.43
Hex65985F2202628721730
Octal14523013742046501622760
Binary11001011001100010111111000100100110101000111001010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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