#69975B

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

Shades of Hippie Green #69975B

Tints of Hippie Green #69975B

Color information

#69975B (or 0x69975B) is unknown color: approx Hippie Green. HEX triplet: 69, 97 and 5B. RGB value is (105,151,91). Sum of RGB (Red+Green+Blue) = 105+151+91=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #69975B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69975B is #9668A4. Grayscale: #828282. Windows color (decimal): -9857189 or 6002537. OLE color: 6002537.

HSL color Cylindrical-coordinate representation of color #69975B: hue angle of 106º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69975B is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB10515191-
CMYK0.3000.400.41
HSL106º24.79%47.45%-
HSV(B)106º39.74%59.22%-
XYZ18.7825.8913.91-
YUV130.41105.76109.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 151 (59.38% from 255) = 43.52%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=30.26%
G=43.52%
B=26.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105151910.3000.400.4110624.7947.45
Hex69975B1E028296a192f
Octal15122713336050511523157
Binary1101001100101111011011111100101000101001110101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,151,91); }

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

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

 a { background-color: rgb(105,151,91); }

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

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

 span { border-color: rgb(105,151,91); }

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