#69955C

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

Shades of Hippie Green #69955C

Tints of Hippie Green #69955C

Color information

#69955C (or 0x69955C) is unknown color: approx Hippie Green. HEX triplet: 69, 95 and 5C. RGB value is (105,149,92). Sum of RGB (Red+Green+Blue) = 105+149+92=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #69955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69955C is #966AA3. Grayscale: #818181. Windows color (decimal): -9857700 or 6067561. OLE color: 6067561.

HSL color Cylindrical-coordinate representation of color #69955C: hue angle of 106.32º degrees, saturation: 0.24, 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 #69955C is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB10514992-
CMYK0.3000.380.42
HSL106.32º23.65%47.25%-
HSV(B)106.32º38.26%58.43%-
XYZ18.525.2714.03-
YUV129.35106.92110.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 149 (58.59% from 255) = 43.06%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=30.35%
G=43.06%
B=26.59%

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
Decimal105149920.3000.380.42106.3223.6547.25
Hex69955C1E0262A6a182f
Octal15122513436046521523057
Binary1101001100101011011100111100100110101010110101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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