#65925B

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

Shades of Hippie Green #65925B

Tints of Hippie Green #65925B

Color information

#65925B (or 0x65925B) is unknown color: approx Hippie Green. HEX triplet: 65, 92 and 5B. RGB value is (101,146,91). Sum of RGB (Red+Green+Blue) = 101+146+91=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #65925B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65925B is #9A6DA4. Grayscale: #7E7E7E. Windows color (decimal): -10120613 or 6001253. OLE color: 6001253.

HSL color Cylindrical-coordinate representation of color #65925B: hue angle of 109.09º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65925B is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB10114691-
CMYK0.3100.380.43
HSL109.09º23.21%46.47%-
HSV(B)109.09º37.67%57.25%-
XYZ17.5324.0813.62-
YUV126.28108.09109.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.88%
GREEN value IS 146 (57.42% from 255) = 43.20%
BLUE value IS 91 (35.94% from 255) = 26.92%
R=29.88%
G=43.20%
B=26.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101146910.3100.380.43109.0923.2146.47
Hex65925B1F0262B6d172e
Octal14522213337046531552756
Binary1100101100100101011011111110100110101011110110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65925B; }

 p { color: rgb(101,146,91); }

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

<style>
 a { background-color: #65925B; }

 a { background-color: rgb(101,146,91); }

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

<style>
 span { border-color: #65925B; }

 span { border-color: rgb(101,146,91); }

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