#699961

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

Shades of Hippie Green #699961

Tints of Hippie Green #699961

Color information

#699961 (or 0x699961) is unknown color: approx Hippie Green. HEX triplet: 69, 99 and 61. RGB value is (105,153,97). Sum of RGB (Red+Green+Blue) = 105+153+97=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #699961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699961 is #96669E. Grayscale: #848484. Windows color (decimal): -9856671 or 6396265. OLE color: 6396265.

HSL color Cylindrical-coordinate representation of color #699961: hue angle of 111.43º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #699961 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB10515397-
CMYK0.3100.370.4
HSL111.43º22.4%49.02%-
HSV(B)111.43º36.6%60%-
XYZ19.3726.6515.43-
YUV132.26108.1108.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.58%
GREEN value IS 153 (60.16% from 255) = 43.10%
BLUE value IS 97 (38.28% from 255) = 27.32%
R=29.58%
G=43.10%
B=27.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal105153970.3100.370.4111.4322.449.02
Hex6999611F025286f1631
Octal15123114137045501572661
Binary1101001100110011100001111110100101101000110111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699961; }

 p { color: rgb(105,153,97); }

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

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

 a { background-color: rgb(105,153,97); }

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

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

 span { border-color: rgb(105,153,97); }

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