#69855F

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

Shades of Hippie Green #69855F

Tints of Hippie Green #69855F

Color information

#69855F (or 0x69855F) is unknown color: approx Hippie Green. HEX triplet: 69, 85 and 5F. RGB value is (105,133,95). Sum of RGB (Red+Green+Blue) = 105+133+95=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 133 - color contains mainly: green. Hex color #69855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69855F is #967AA0. Grayscale: #787878. Windows color (decimal): -9861793 or 6260073. OLE color: 6260073.

HSL color Cylindrical-coordinate representation of color #69855F: hue angle of 104.21º 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 #69855F is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB10513395-
CMYK0.2100.290.48
HSL104.21º16.67%44.71%-
HSV(B)104.21º28.57%52.16%-
XYZ16.2820.613.95-
YUV120.3113.72117.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 133 (52.34% from 255) = 39.94%
BLUE value IS 95 (37.5% from 255) = 28.53%
R=31.53%
G=39.94%
B=28.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133950.2100.290.48104.2116.6744.71
Hex69855F1501D3068112d
Octal15120513725035601502155
Binary110100110000101101111110101011101110000110100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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