#698C61

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

Shades of Hippie Green #698C61

Tints of Hippie Green #698C61

Color information

#698C61 (or 0x698C61) is unknown color: approx Hippie Green. HEX triplet: 69, 8C and 61. RGB value is (105,140,97). Sum of RGB (Red+Green+Blue) = 105+140+97=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 140 - color contains mainly: green. Hex color #698C61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698C61 is #96739E. Grayscale: #7C7C7C. Windows color (decimal): -9859999 or 6392937. OLE color: 6392937.

HSL color Cylindrical-coordinate representation of color #698C61: hue angle of 108.84º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #698C61 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB10514097-
CMYK0.2500.310.45
HSL108.84º18.14%46.47%-
HSV(B)108.84º30.71%54.9%-
XYZ17.3622.6214.76-
YUV124.63112.4114-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 140 (55.08% from 255) = 40.94%
BLUE value IS 97 (38.28% from 255) = 28.36%
R=30.70%
G=40.94%
B=28.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105140970.2500.310.45108.8418.1446.47
Hex698C611901F2D6d122e
Octal15121414131037551552256
Binary110100110001100110000111001011111101101110110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698C61; }

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

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

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

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

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

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

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

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