#65A35F

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

Shades of Hippie Green #65A35F

Tints of Hippie Green #65A35F

Color information

#65A35F (or 0x65A35F) is unknown color: approx Hippie Green. HEX triplet: 65, A3 and 5F. RGB value is (101,163,95). Sum of RGB (Red+Green+Blue) = 101+163+95=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 163 - color contains mainly: green. Hex color #65A35F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A35F is #9A5CA0. Grayscale: #888888. Windows color (decimal): -10116257 or 6267749. OLE color: 6267749.

HSL color Cylindrical-coordinate representation of color #65A35F: hue angle of 114.71º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65A35F is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB10116395-
CMYK0.3800.420.36
HSL114.71º26.98%50.59%-
HSV(B)114.71º41.72%63.92%-
XYZ20.5329.7915.49-
YUV136.71104.46102.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.13%
GREEN value IS 163 (64.06% from 255) = 45.40%
BLUE value IS 95 (37.5% from 255) = 26.46%
R=28.13%
G=45.40%
B=26.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101163950.3800.420.36114.7126.9850.59
Hex65A35F2602A24731b33
Octal14524313746052441633363
Binary11001011010001110111111001100101010100100111001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65A35F; }

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

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

<style>
 a { background-color: #65A35F; }

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

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

<style>
 span { border-color: #65A35F; }

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

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