#69955D

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

Shades of Hippie Green #69955D

Tints of Hippie Green #69955D

Color information

#69955D (or 0x69955D) is unknown color: approx Hippie Green. HEX triplet: 69, 95 and 5D. RGB value is (105,149,93). Sum of RGB (Red+Green+Blue) = 105+149+93=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #69955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69955D is #966AA2. Grayscale: #818181. Windows color (decimal): -9857699 or 6133097. OLE color: 6133097.

HSL color Cylindrical-coordinate representation of color #69955D: hue angle of 107.14º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69955D is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB10514993-
CMYK0.3000.380.42
HSL107.14º23.14%47.45%-
HSV(B)107.14º37.58%58.43%-
XYZ18.5525.2914.26-
YUV129.46107.42110.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 149 (58.59% from 255) = 42.94%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=30.26%
G=42.94%
B=26.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105149930.3000.380.42107.1423.1447.45
Hex69955D1E0262A6b172f
Octal15122513536046521532757
Binary1101001100101011011101111100100110101010110101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69955D; }

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

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

<style>
 a { background-color: #69955D; }

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

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

<style>
 span { border-color: #69955D; }

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

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