#69A25D

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

Shades of Hippie Green #69A25D

Tints of Hippie Green #69A25D

Color information

#69A25D (or 0x69A25D) is unknown color: approx Hippie Green. HEX triplet: 69, A2 and 5D. RGB value is (105,162,93). Sum of RGB (Red+Green+Blue) = 105+162+93=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #69A25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A25D is #965DA2. Grayscale: #898989. Windows color (decimal): -9854371 or 6136425. OLE color: 6136425.

HSL color Cylindrical-coordinate representation of color #69A25D: hue angle of 109.57º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69A25D is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB10516293-
CMYK0.3500.430.36
HSL109.57º27.06%50%-
HSV(B)109.57º42.59%63.53%-
XYZ20.7229.6314.98-
YUV137.09103.12105.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 162 (63.67% from 255) = 45%
BLUE value IS 93 (36.72% from 255) = 25.83%
R=29.17%
G=45%
B=25.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105162930.3500.430.36109.5727.0650
Hex69A25D2302B246e1b32
Octal15124213543053441563362
Binary11010011010001010111011000110101011100100110111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69A25D; }

 p { color: rgb(105,162,93); }

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

<style>
 a { background-color: #69A25D; }

 a { background-color: rgb(105,162,93); }

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

<style>
 span { border-color: #69A25D; }

 span { border-color: rgb(105,162,93); }

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